Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want to see the real field names
Message
De
10/08/1999 16:23:04
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
 
À
10/08/1999 11:47:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00252003
Message ID:
00252202
Vues:
10
>Have seen it asked here before, but don't remember if anyone had an answer. Is there a way to get VFP to show the real field names in a browse, instead of the field caption?

Try running a little program like this:

PROCEDURE MyBrowse
BROWSE NOWAIT LAST NAME ob
FOR i = 1 TO ob.columncount
ob.columns(i).header1.caption= LOWER(FIELD(M.i))
NEXT

Open the table you want and then DO MyBrowse
Elyse Pomerantz
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform