Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to see the real field names
Message
From
10/08/1999 16:23:04
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
 
 
To
10/08/1999 11:47:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00252003
Message ID:
00252202
Views:
11
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform