Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore / set filter / view
Message
From
16/07/1998 08:26:33
 
 
To
16/07/1998 04:19:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00117431
Message ID:
00118052
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')
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform