Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized View
Message
From
30/03/1998 16:27:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Parameterized View
Miscellaneous
Thread ID:
00088225
Message ID:
00088225
Views:
48
I have a parameterized view which has a parameter of 'lastname' (character) and a form which has a property of 'lastname'.
I also have sample code such as:

thisform.lastname = thisform.lastname1.value
(lastname1 is a text control)

OK so far.

When the following code executes, I get an error message that 'LASTNAME' variable is not found:

lastname = thisform.lastname

I can set each side of the equation to a value, such as: lastname = "%" and thisform.lastname = "%" without any problems.

Any suggestions. Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform