Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can this be done with VFP?
Message
 
To
09/09/2016 17:15:50
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01640637
Message ID:
01640696
Views:
88
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform