Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index
Message
From
25/05/2004 05:29:24
 
 
To
24/05/2004 21:50:23
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Index
Miscellaneous
Thread ID:
00906290
Message ID:
00906814
Views:
17
hi,
thank you for reply,
but still i get a meesage(filter cleard), when i move from, form to another form.
when i run every form aloan like forms(add,modify,query or delete) it works.
i put this code for all forms (add,modify,query or delete)
when i run main menu(have all forms) i get error message (filter cleard)
any help,
this is the code.

SELECT book1
index on no tag no

lcValue= ['] + UPPER(ALLTRIM(THISFORM.TEXT24.VALUE)) + [']
SET FILTER TO UPPER(NO) = &lcValue.

LOCATE
IF EOF()
MESSAGEBOX("NOT FOUND")
*- Clear the filter.
Set Filter To
ELSE
THISFORM.GRID4.REFRESH
ENDIF
endif*-------for if nkeycode=13
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform