Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrieve the caption of view’s field
Message
 
À
01/02/2002 12:54:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00614136
Message ID:
00614138
Vues:
17
>I’m trying to retrieve the Caption for a field of a local view through the DBGetProp funtion:
>
>dbgetprop("fieldname", "field", "caption")
>
> but I should be missing something because I’m receiving error:
>
>“Value, type or number of Arguments not valid for the function” (translated)
>
>Thanks in advance and regards.
>
>Oscar Corte

You need to indicate the name of the view in the call to dbgetprop(). Try with:

dbgetprop("myview.fieldname", "field", "caption")
Hector Correa
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform