| Re: pushpins in manually drawn shape
Hi,
Yes easy to do. You use SelectionChange event witch is called after a user has drawn a shape. There you check eventually if it is a circle. Then you can use QueryShape to get back the record set that is in the shape.
I dont know your application, but it is maybe better to let the user click a button of your own to select, then draw the shape yourself (MouseDown etc) |