Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Implementing Right-Click in Grid
Message
 
To
18/04/2004 04:14:17
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00895845
Message ID:
00895920
Views:
16
Thanks Fabio, but in my situtation, i already have a grid with many columns and a zillion methods in it, i cannot reconstruct using PRG now.
Jaime

>Use Grid MemberClass property.
>
>with this, VFP fill the grid with the your personal column
>
>
>* on a PRG
>
>DEFINE CLASS myColumn AS Column
>
>    ADD OBJECT Header AS Header
>    ADD OBJECT Text   AS clText  && you can use VCX class also
>
>ENDDEFINE
>
>DEFINE CLASS clText AS TextBox
>
>PROCEDURE RightClick
>   RETURN this.Parent.Parent.RightClick
>ENDPROC
>
>ENDDEFINE
>
>
>Attention, backup all the grids before change memberClass.
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform