Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore / set filter / view
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00117431
Message ID:
00118137
Views:
40
>>How can I build PV ? What the step to do it ?
>>
>>Thanks
>
>IN the view designer, specify a filter like
>mytable.mykey = ?myvar
>
>The question mark before the variable name tells it that it is a parameter.
>
>Then before REQUERYing the view, set myvar to your desired parameter.
>
>myvar = "Smith"
>REQUERY('v_mytable')

oh and don't forget to go up into the query menu item and fill in the variable information there too. (ie - myvar Character)
Previous
Reply
Map
View

Click here to load this message in the networking platform