Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter NOT FOUND in forms.init with set filter
Message
From
09/09/1999 14:02:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Parameter NOT FOUND in forms.init with set filter
Miscellaneous
Thread ID:
00263033
Message ID:
00263033
Views:
61
Hello

I am passing parameter to a form, in teh init I have the following code that give error VARIABLE NOT FOUND.
*****************
PARAMETER numID

SELECT mains
SET filter to mains.id = numid

*****

This one will work OK
---------------------
PARAMETER numID

public x
x=numID

SELECT mains
SET filter to mains.id = x
************************

If I change teh PUBLIC to PRIVATE I will receive the same error.
Before set filter I can do WAIT WIND STR(numID) without a problem.

what am I missing here???

Thanks
Mo
Next
Reply
Map
View

Click here to load this message in the networking platform