Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can this be done with VFP?
Message
 
À
09/09/2016 17:15:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01640637
Message ID:
01640696
Vues:
89
I am trying out now. I have built a class based on a countainer, added 3 labels and an assign-function for a custom property.
Then I in the code of my testform I start with:
SET CLASSLIB TO d:\foxprogs\foxbib\foxbibclass additive
cML = CREATEOBJECT("mltext")
thisform.grdstd1.RowHeight = cML.height
thisform.grdstd1.column1.AddObject("cML","MLText")
thisform.grdstd1.column1.CurrentControl = "cML"
But where do I now assign the value to my custom-property? I tried it in the afterrowcolchange-event of the grid but this fails

TIA

Thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform