VFP 3.0 Grid RecordMark 'selector column' detection ??

VFP 3.0 Grid RecordMark 'selector column' detection ??

Post by Barry B. Fros » Fri, 28 Jun 1996 04:00:00



Ok.  Here's one for you VFPers.

I've got grid on a form.
The Grid's RecordMark property is set to .T.
As a result the Record Selector column appears to the
left side of the (default) grid (right) panel.

OK.  So how do I detect when a user selects a row by
clicking on it's corresponding Record Selector 'button'?

Don't all jump in at once!  :)

======================================================================

Network Services                    phone:    (503)737-2449
Information Services                fax:      (503)737-4484
Oregon State University    
======================================================================

 
 
 

VFP 3.0 Grid RecordMark 'selector column' detection ??

Post by James Sharier Jr » Sat, 29 Jun 1996 04:00:00



> OK.  So how do I detect when a user selects a row by
> clicking on it's corresponding Record Selector 'button'?

You might want to try one of the following methods:

        AfterRowColChange()
        BeforeRowColChange()

Hope this helps.  Good luck.
--
------------------------------------------------------------------

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