Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control array
Message
From
27/04/1998 14:57:25
 
 
To
27/04/1998 14:44:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00095209
Message ID:
00095214
Views:
23
>>hi,
>>
>>How can i create controls with the same name?
>>In VB this is done automatically, just copy the control
>>and then paste it on the same form, however this is not
>>allowed in VFP and i can't find a method to do the similar
>>thing.
>>If this can be found in the Help, please tell me coz i've
>>already read it many times but still cant find it.
>>
>
>Actually you have ready to use Form.Controls array

Yes I know this array, but I'm not only going to refer to them, let say

...
For i = 1 to 5
Form1.CommandButton1(i).Caption = "This is button " + Alltrim(Str(i))
EndFor

For i = 1 to 3
Form1.Label1(i).Caption = "This is label " + Alltrim(Str(i))
EndFor
...

That's what I would like to see. Is it possible to do so in VFP ?

Thanks.


Kenneth
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform