Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to see the real field names
Message
From
10/08/1999 12:23:51
 
 
To
10/08/1999 12:18:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00252003
Message ID:
00252036
Views:
19
>>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform