PDA

View Full Version : reading each pinpoint with a selected area of the map



Anonymous
10-18-2003, 08:09 AM
Hi! I'm using VFP 6 and mappoint. Ive added my customer to my map as pinpoints.

I want to allow the user to select an area of the map, and the computer to pick up each pintpoint selected on the map, either the name & address of the customer or the coordinates would be great

Can anyone point me in the right direction?

TIA

Jack
10-18-2003, 05:28 PM
If you let the user draw a shape (for instance a rectangle) on the map indicating the selected area, then you can use the method 'Dataset.QueryShape' to obtain all pushpins within the shape.

Greetings, Jack.