Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Parameterized Views
Message
From
13/01/1999 11:38:47
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Using Parameterized Views
Miscellaneous
Thread ID:
00175504
Message ID:
00175504
Views:
61
I appreciate your help on my question yesterday, however, due to my own ignorance, I still need some help with your response.

On the load method of my form I put in the following code:

Studschd.Cursor.NoDataOnLoad=.T.

where I substituted the name of my view - Studschd for the DE

On the page with the grid in the Activate event, I typed in:

cSoc_no = PADR(THISFORM.PageFrame1.page1.Ssn.VALUE,11)
?cSoc_no=Requery("studschd")
where cSoc_no is my parameter for the view, and Ssn is the
ssn from page 1 of the pageframe, and studschd is the nameof the view

When I run the form I am still getting the box asking for the cSoc_no.
After I enter the soc no, I get a box with error 1923 on Studschd.Cursor.NoDataOnLoad=.T., saying Studschd is not found.

Please tell me what I am doing wrong with this.
Thank!
Next
Reply
Map
View

Click here to load this message in the networking platform