Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any way to browse a table without field caption
Message
De
25/08/1998 15:39:34
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00129442
Message ID:
00129841
Vues:
21
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform