Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie question
Message
 
 
To
22/11/2005 09:43:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01071036
Message ID:
01071834
Views:
29
>Thanks.
>So, the vp_Myparameter is the parameter in the view? How should the parameter be defined in the view - as a public var? The only other way I know of is to set the parameter in the view as 'thisform.cCustomer_ID...
>
>I hope I'm making sense here.
>
>Thanks,
>
>Alen.

Set the parameter as ?vp_MyVar

just before you do a requery of your view you will define your variable:

private vp_MyVar
vp_MyVar = thisform.cCustomer_ID
requery('myView')
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform