Home

Search form

Recent posts

  • Update Center for Microsoft SQL Server
  • Font and Icons too small when RDP from Windows 10 into Windows 7
  • One problem, one weekend, eight languages
  • How to retrive Outlook default signature
  • How to completely uninstall VFP 9.0
  • Retrieving VFP runtime DLL name required by EXE or DLL
  • Send email via MSN email account
  • Send email via Yahoo mail account
  • Remove Structural CDX or Memo flag from a table
  • Deleting pages from PDF file through Acrobat automation
More

Editable checkbox in a Grid with AllowCellSelection disabled

Submitted by Sergey on January 2, 2008 - 00:18 UTC
topic: 
code
vfp
vfp8
vfp9
foxpro
grid
checkbox

The GridHitTest method can be used to to determine where user clicked on the grid and update checkbox accordingly. Note that checkbox status can be changed by mouse only because there's no current cell when AllowCellSelection=.F.

  • Read more about Editable checkbox in a Grid with AllowCellSelection disabled
  • Sergey's blog
  • 3 comments
  • 32388 reads