geomatics,
Uffe is right, you need to use the objectnode*... function.
Here u go....type in MB window and run:
Make sure you set your coordsys...like
---------------------------------------
Set CoordSys Earth Projection 3, 33, "ft",
-120.5, 43.6666666667, 44.3333333333,
46, 8202099.
7379999999, 0
Add column Pline2Pt(x1) from Tbl3 set to objectnodex(obj,1,1) where
ID= ID
Add column Pline2Pt(y1) from Tbl3 set to objectnodeY(obj,1,1) where
ID= ID
Update Pline2Pt set obj = createpoint(x1,y1)
---------------------------------------
This will convert the polyline to their respective starting points.
You then can save the table with a different name to preserve
the coordinates then revert the changes in your original table.
Take note that the x1,y1 in the original table are only temp fields.
when you close the table and open again...they're gone!
They can be preserved when saving the session as a workspace.
They become permanent fields when saved out with a different name.
hope this is what you want==============
Albert Tabino
Systems Analysis/GIS
Asset Systems Management
Bureau of Environmental Services
Portland, OR
alb...@bes.ci.portland.or.us
503-823-7225