Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining the column in a grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00767816
Message ID:
00767843
Vues:
11
Never mind. I feel stupid.

I was assuming (you know what that means) that the ColumnOrder property value did not change dynamically. It does. That allows me to search through the columns collection to find the column object with the matching ColumnOrder.
FOR EACH colItem IN This.Columns
    IF colItem.ColumnOrder = This.ActiveColumn THEN
        chrCurrentFieldCaption = colItem.Header1.Caption
    ENDIF
ENDFOR
John
John Groft
Consultant
Computer Task Group, Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform