I have a VFP 6.0 form and it doesn't appear to use the index tag when I use the wizard geberated find button. Is there a way to insure it does? Is there a way to access the code the find button uses and modify it?
Hi,
1. In your data environment...
Select the file and set the index order to the index you want.
2. If the searching index tag is different than the index order you otherwise set, (when you click on the Find button)
Put the code in the Click event of the Find Command
SET ORDER TO TAG myTag IN myAlias
DODEFAULT()
SET ORDER back to oldtag
Hope this helps
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.