Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Implementing Right-Click in Grid
Message
From
18/04/2004 04:14:17
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00895845
Message ID:
00895911
Views:
18
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform