Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View captions
Message
De
23/11/1999 14:15:11
Franz Mueller
J. Schuh Ges.m.b.H.
Kirchberg, Autriche
 
 
À
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:
00294491
Vues:
29
You can set the view captions with the foxpro-Function dbsetprop

e.g.

local lnCount
FOR lnCount = 1 to fcount(tcTableName)
=dbsetprop(tcViewName+"."+field(lnCount,tcTableName), ;
"FIELD", ;
"CAPTION", ;
dbgetprop(tcTableName+"."+field(lnCount,tcTableName), ;
"FIELD", ;
"CAPTION"))
ENDOFR

Regards

Franz

>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?
>
>TIA,
>
>Kris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform