On 08/26/2013 07:41 AM, Tracy Pearson wrote:
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

Perfect! Thank you Tracy. Drew Speedie even had a few properties in there to make it easy.


Jeff

---------------

Jeff Johnson
j...@san-dc.com
(623) 582-0323

www.san-dc.com
www.arelationshipmanager.com



_______________________________________________
Post Messages to: ProFox@leafe.com
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/521b76ad.1090...@san-dc.com
** 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