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:23:51
 
 
À
10/08/1999 12:18:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00252003
Message ID:
00252036
Vues:
18
>>>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

Actually we use this in development all the time. There are many times when I need exactly what you are desribing in the above paragraph. I didn't know there was another way to do this. Although I agree, there should be an easier way.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform