Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Iterate through Grid Header Controls
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01367063
Message ID:
01367067
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
>I am having trouble iterating through the Header controls on a Grid. I need to loop through these Header controls in order to fill in the Caption property. I looked at some iterations here in UT and don't see anything similar in concept.

You could iterate through Columns in the grid and set the column header caption:
FOR EACH oCol IN Grid FOXOBJECT
    oCol.Header1.Caption = "Something"
ENDFOR
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform