Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View captions
Message
 
 
À
22/11/1999 20:29:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00294159
Message ID:
00294182
Vues:
23
Kris,

There's an article on my website, Q&A, General, qGEN012 that has a program I use to keep views in synch with their tables.

For the field names instead of captions this code comes from Anders Altberg:
BROWSE NAME ob NOWAIT
FOR i = 1 TO ob.columncount
    ob.columns(i).header1.caption = LOWER(FIELD(M.i))
NEXT
>When creating a local view, is there a way to retain the captions from the tables that the view is based on? Also, is there a way to use the field name rather than the caption in a browse window?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform