In the Grid.MouseUp (or MouseDown, if you prefer), event you can call the
Grid.GridHitTest method using the coordinates from the MouseUp to determine
if you're over that box (GridHitTest will will return an 11 in the
@Where_Out parameter). You can do what you need to from there.
*Grid.MouseUp code
LPARAMETERS nButton, nShift, nXCoord, nYCoord
LOCAL m.InGrid, m.out
m.out = -1
m.InGrid = this.GridHitTest(nXCoord,nYCoord,@out)
IF m.InGrid AND m.out=11
MESSAGEBOX("Box in upper right of grid")
ENDIF
Fred
On Thu, Jan 13, 2011 at 5:04 PM, Michael Savage <[email protected]> wrote:
> In the upper left of every grid, right above the RecordMark and
> DeleteMark is a small box beside the first field.
> You can click on it. Is there a way to trap this click and therefore do
> something with it?? I realize its size is dependant on those two
> properties and if both are false, there is no box, but still...
>
> Just wonderin'
>
> TIA,
> Mike
>
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.