Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with set filter
Message
From
11/09/1998 14:32:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problems with set filter
Miscellaneous
Thread ID:
00135569
Message ID:
00135569
Views:
47
I have one combobox thats depending of choice the user have made in it I set one filter to one table.
The code in interactivechange event of combobox is
SET FILTER TO nm_evento = Thisform.mycombo.value
GO TOP
IF EOF()
MESSAGEBOX ....
ELSE
....
ENDIF
This combobox is in the first page of one pageframe. The filter is
established fine after I maked the choice on the combobox, but when I click one the second page vfp hangs (not with gpf). And when I click in the next button I got the message
"property value is not found" I respond ignore and the filter turns off. This message does not make sense once everything works fine if there is no filter.
Antonio Carlos Kleinübing
Systems Analyst
Next
Reply
Map
View

Click here to load this message in the networking platform