Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event on Header RecordMark
Message
From
12/06/2002 20:32:44
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00667717
Message ID:
00667740
Views:
20
>Is there a way to capture an event on the record marker that sits next to the column headers in a grid?

Hi Troy

Just had a quick play with the forms MouseDown event, try this in it:

if nXcoord>=this._grid1.left and nxcoord<=this._grid1.left+17 and ;
nycoord>=this._grid1.top and nycoord<=this._grid1.top+17

** Your coomands etc

endif

Cheers
Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform