Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Testing for header click in a grid
Message
From
29/07/2003 08:32:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Testing for header click in a grid
Miscellaneous
Thread ID:
00814471
Message ID:
00814471
Views:
43
Hi,

I put a grid (grdTestGrid) in a form and want to take some action when the header of column 19 is clicked, so I wrote:
 Procedure grdTestGrid.Column19.Header.Click
*          ----------- -------- ------ -----
           MessageBox ("grdTestGrid.Column19.Header1.Click")
 EndProc
But get the error message "Unknown member COLUMN19." at line of the "Procedure grdTestGrid.Column19.Header.Click".

I'm using VFP 8. What should I do to achieve that?

TIA,

Fernando
Next
Reply
Map
View

Click here to load this message in the networking platform