Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Implementing Right-Click in Grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00895845
Message ID:
00895911
Vues:
20
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform