Jeff Johnson wrote on 2013-08-26: 
>  I have a grid on the first page of a pageframe.  When you click on the
>  row it highlights the whole row.  If you double click on that row it
>  selects that record for editing on the second page.  I have a checkbox
>  in the grid and it shows up fine with the correct value, but I would
>  like it to not participate in the above behavior and have the double
>  click change the status of the checkbox.  This is VFP9 with Visual
>  Maxframe framework.
>  
>  TIA

Jeff,

Capture the Mouse Position in the MouseDown event.
Use this to determine if you are over the column containing the checkbox in
the DblClick event using GridHitTest.
Process the behavior accordingly.

Tracy Pearson
PowerChurch Software


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.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.

Reply via email to