Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Passing Remtoe View Parms?
Message
From
27/12/1998 20:22:55
 
 
To
27/12/1998 12:26:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00170504
Message ID:
00170634
Views:
13
>>I have a paramterized Remote View as a
>>rowsource for a form. The view is in my
>>form's data environment (which is default not
>>private). The parameter is called cQueriedValue.
>>Where should I put the code to create a "dummy"
>>value before the form loads so my users do not
>>see the "Enter a Value for cQueriedValue"?
>
>Declare cQueriedValue in the load event
>and choose NoDataOnLoad in the data environment.

And don'r forget that yoiu have to REQUERY the view.

cQueriedValue = "Testvalue"
REQUERY('MyView')
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform