On Fri, Oct 20, 2006 at 04:11:41PM -0700, Tom Thomson wrote:
> I import a table from txt or excel file and create points. I then look at
> the points and may want to move one or two of them in some direction. I go
> into the table and change the coordinates of the point, save the table, and
> hope the point will move correspondingly in the mapper. But they do not.
>  
> However if I double click the point and change the coordinates in the Point
> Object box, the points move. I still need to Update Table to record the
> results.
>  
> Is that the way it is???

Yes. When you "Create Points" you are simply using the x-y *attributes* to
create the point. After that, the point location information is in the
graphic object. If you move points around and want to keep the x-y
attributes synvhronized, you have to update those columns with
CentroidX(obj) and CentroidY(obj). It won't happen automagically.
_______________________________________________
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to