Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Evironment
Message
De
15/09/1999 21:07:55
 
 
À
15/09/1999 07:40:56
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00264709
Message ID:
00265297
Vues:
42
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform