Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For loop
Message
 
 
To
07/01/1999 09:40:23
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00173475
Message ID:
00173716
Views:
24
Another alternative method:
for i = 1 to 20
   loObject = eval( "thisform.textbox" + alltrim( str(i) ) )
   with loObject
      .BackColor = rgb( 225, 225, 225 )
   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