Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro substitution for properties?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00221190
Message ID:
00221360
Views:
15
I think you want to do something like this:

* grdX.column(variable).controlsource = x
For I=1 to Y
Variable = ALLT(STR(I)) + '.'
grdX.column&Variable.controlsource = x
EndFor

I have done this many times.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform