Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want to see the real field names
Message
De
10/08/1999 12:18:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00252003
Message ID:
00252034
Vues:
14
>>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?
>
>
>IF !EMPTY( ALIAS() )
>	SELECT * , .T. ;
>		FROM ALIAS() ;
>		WHERE RECNO() <= 100
>ENDIF
>
Yeah, I can do this, but this is not for a program, but for my own use when programming. I often have to remind myself what is in certain fields and what those field names are, and just issuing a BROW in the command window is the fastest way to do this. I think disabling VFP's behavior of using the captions in the browse would be a nice option.

SET BROWSEHEADER OFF
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform