Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized View
Message
From
30/03/1998 16:55:43
 
 
To
30/03/1998 16:27:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00088225
Message ID:
00088235
Views:
19
Is "thisform.lastname" a custom property of the form? Is this first assignment syntax accurate? It's not clear to me where the parameterized view comes in. Does it use ?thisform.lastname in the SELECT SQL?

Is the view "selected"? It would be safer to prefix the field name with the table name...

>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform