Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrieve the caption of view’s field
Message
De
01/02/2002 14:03:24
 
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:
00614193
Vues:
19
Thanks a lot Hector.

It is up and working now

Regards

Oscar


>>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")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform