Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any way to browse a table without field caption
Message
From
25/08/1998 15:39:34
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00129442
Message ID:
00129841
Views:
23
>I'd like to browse a table and be able to read the actual field name on the column header instead of the caption from the database. Any ideas?

No way - it always gives you the headers from the DBC. You can select * from MyTable and then browse - but the cursor will still keep the titles. The only way I've found to get the original field names as headers is

copy to tmp
use tmp
browse

...kind of overkill, but it works; yet you get a copy. You can probably create a view, and also lose the long names - people write utilities to _keep_ them :)

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform