Select to view content in your preferred language

Updating x & y fields when moving a point

809
1
09-03-2010 03:48 AM
by Anonymous User
Not applicable
Hi,

How can I update the easting and northing field with the new coordinates when I move a feature. I understand that Arcpad requires an event to call a routine, such as click within a custom tool or loading of a form. What if I am using a standard Arcpad tool, where there is no option to call on an event?

It basically needs to update the x and y fields for a point when it is moved in the map, there will not always be a form opened etc.

Thanks

Sal
Tags (3)
0 Kudos
1 Reply
RolfBroch
Frequent Contributor
You need to write some code that will execute when the onfeaturegeometrychanged event fires. This event is part of the <LAYER elemenent in the .apl file.

Rolf
0 Kudos