Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Iterate through Grid Header Controls
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Divers
Thread ID:
01367063
Message ID:
01367067
Vues:
10
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform