Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBGETPROP with ParameterList
Message
From
20/11/1997 15:42:55
 
 
To
20/11/1997 15:21:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00061433
Message ID:
00061452
Views:
45
>>The Help file says that if I pass a view name, 'VIEW', and 'ParameterList' to the DBGetProp function I will get back a list of the parameters in a view. I have a view named lv_clients created with the following code: Select * From cms!clients Where clients.cidnum = ?vp_idnum. So, if I pass lv_clients to DBGetProp, I should get back vp_idnum, right? I must be doing something wrong (or the Help is wrong), because all I get back is an empty string.
>>
>>Any suggestions?
>
>You could 'register' vp_idnum in View definition (Query/View Parameters dialog) and then it will appear from DbGetprop. Sorry, I don't know what's the idea (feature?) lays behind this.

Thanks Edward,

That was all I needed to do was 'register' my view parameters.
Previous
Reply
Map
View

Click here to load this message in the networking platform