Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to retrieve the caption of view’s field
Message
From
01/02/2002 14:03:24
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00614136
Message ID:
00614193
Views:
18
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")
Previous
Reply
Map
View

Click here to load this message in the networking platform