Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AddObject/CreateObject
Message
 
 
À
15/03/2002 06:27:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00633293
Message ID:
00636297
Vues:
13
Len,

You can uniquely name the controls like this:
for i = 1 to 10
   lcName = "text" + transform( i )
   this.AddObject( , "textbox" )
   loControl = eval( lcName )
   with loControl
      .Top = i * ( .Height + 5 )
      .Visible = .t.
   endwith
endfor
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform