I've used Clipper5.2/FW2.5/Comix.
I would like to scope the databse by cmxSetScope(..,..) but some records is not the continue records.
example
-----------
Index on type+upper(name) tag ....
Type Name
----- --------------------
A John
A Jim
B Jonatan
B Sim
C Jane
How can I use scope to get all name with "J" from above index by do not use array, because the record is greater than 100,000 records.
Regards,
Dutch