Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddObject/CreateObject
Message
 
 
To
15/03/2002 06:27:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00633293
Message ID:
00636297
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform