Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get column code into each column of a grid
Message
From
12/08/1998 14:09:38
 
 
To
12/08/1998 14:06:03
Tim Godwin
Information Technology Group
Tustin, California, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00126117
Message ID:
00126120
Views:
14
>Using VFP5, I'm in the process of creating a Grid Class and I've entered code in the DoubleClick and RightClick events of the column header. How do I get those to carry over into additional columns when I use the grid in my forms? When I lay the grid down in the form only the first column utilizes the code built into the class.
> Thanks.

You can create and use your own Header class programmatically, i.e. in run-time you will remove 'standard' header: Column.RemoveObject("Header1") and add your own one Column.AddObject("MyHeader","MyHeader")
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform