Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Filter to
Message
From
07/03/2003 00:13:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Set Filter to
Miscellaneous
Thread ID:
00762585
Message ID:
00762585
Views:
55
Hi All,

Recently, I found that by using the SET FILTER TO command, VFP gave me an error and I don't understand why. Here is the problem.

In the init() of the form, I have the following code...
LPARAMETERS pCustID

Select Customer
SET FILTER TO cust_id = pCustID

In the last record navigation button >| I have the following...

SELECT Customer
IF !EOF()
Skip 1
ELSE
GO BOTTOM
ENDIF

Everytimes, I clicked more than one on the last record button, VFP said 'pCustID' variable not found. Does anyone knows why? TIA
Next
Reply
Map
View

Click here to load this message in the networking platform