Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looping through controls
Message
 
 
To
17/04/1998 13:29:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00092912
Message ID:
00092953
Views:
27
Valentin,

>But I think you have to use macrosubs to produce string for Column[ix] and Header[ix]. Shuld work. I did it.

You don't have to use macros. You can directly access it via
for each loColumn in thisform.grdTheGrid.Columns
   loColumn.Header1.Caption = "Test"
endfor


You can also use the Controls[] collection of the column to get to the Header and the input control.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform