Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Evironment
Message
From
15/09/1999 21:07:55
 
 
To
15/09/1999 07:40:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00264709
Message ID:
00265297
Views:
43
>Thanks Ed,
>
>However, I need to use the AddObject in a For...Next loop to create the cursors. How do I do this so the cursor name or object is incremented by the loop value. I have to have this in order to associate the source variable too.

I don't quite follow you. IMO, you may just:
For nLoop=1 to n
cObjectname="myobject"+alltrim(str(nLoop))
Thisform.addobject(cObjectname,cClassname)
Endfor
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform