Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with a view
Message
From
30/06/2000 10:49:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Help with a view
Miscellaneous
Thread ID:
00387084
Message ID:
00387084
Views:
46
Hi all:
I have a parametrized view named VIWINV. This view takes a variable (varCode) to filter records (CodeNo=varCode). I have the variable established in the Query/ViewParameters Dialog box, and set in the view designer as ?varCode. I have a form with a grid based on this view. I want the parameter passed by means of selecting a code number from a Combo box. I have the following code in the Interactive Change event of the CBox:

public varCode as character
store this.value to varCode
requery(viwinv)
thisform.refresh
return

but the grid doesn't change to show the . What am I missing?
TIA
Ulises
Next
Reply
Map
View

Click here to load this message in the networking platform