Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parent class won't let me to some of my methods?
Message
 
To
18/08/1998 15:11:12
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00127840
Message ID:
00127848
Views:
23
>If anyone can help me it would be GREATLY appreciated as I'm already behind on this project :( Thanks!
>
Denise,

A grid's clcik only fires when teh click occurs on the record mark area of teh grid. Clicking inside of the grid fires the click for the column and/or the control within the column. You can keep your code in the grid click and in teh columns clicks put this;

* Fire the grid's click
THIS.Parent.Click()

In the header clicks put this;

* Fire the grids click
THIS.Parent.Parent.Click()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform