Hello, I am looking a routine or steps to search data into GRIDS, I will explain:
Question 1
I have one textbox and Grid into the Form, the Data of the Grid is Indexed by Name(TAG ORDER). I want to locate info into the grid, for example if I type P, the grid will display Names begining with "P", if I type PA, the grid will display Names begining with "PA" until I found the name and Select the Name that I want.
I am working on Network(FE 100MB with CISCO Switches) and is not faster like Hard Disk. The SQL - SELECT and LOCATE command is to slow when I need to search over 150000 records, If I use SEEK or Find is faster.
In one apps written in DOS(CLIPPER) this issue was developed and working fine. Is possible do that in VFP 6.0.
Question 2
I want to Know about Filter Data in Grids like BROWSE KEY(Indexed keys). If I use SET FILTER TO over 35000 records(and exist Deleted Items into the Table, the tables maintenance is about every 15 or 30 days) is to slowly to move between records, but If I use BROWSE KEY the data is Display faster because it works over the Index and not over the Data. Is possible do that simulate BROWSE KEY on GRIDS in VFP 6.0.
I always have the "RUSHMORE TECH" activated but is to slowly for a lot of Records.
The aplication users is located over 45 miles from the server, and the communication is not very very faster.
Thanks
Question 1
I have one textbox and Grid into the Form, the Data of the Grid is Indexed by Name(TAG ORDER). I want to locate info into the grid, for example if I type P, the grid will display Names begining with "P", if I type PA, the grid will display Names begining with "PA" until I found the name and Select the Name that I want.
I am working on Network(FE 100MB with CISCO Switches) and is not faster like Hard Disk. The SQL - SELECT and LOCATE command is to slow when I need to search over 150000 records, If I use SEEK or Find is faster.
In one apps written in DOS(CLIPPER) this issue was developed and working fine. Is possible do that in VFP 6.0.
Question 2
I want to Know about Filter Data in Grids like BROWSE KEY(Indexed keys). If I use SET FILTER TO over 35000 records(and exist Deleted Items into the Table, the tables maintenance is about every 15 or 30 days) is to slowly to move between records, but If I use BROWSE KEY the data is Display faster because it works over the Index and not over the Data. Is possible do that simulate BROWSE KEY on GRIDS in VFP 6.0.
I always have the "RUSHMORE TECH" activated but is to slowly for a lot of Records.
The aplication users is located over 45 miles from the server, and the communication is not very very faster.
Thanks