QBTeKCom
Programmer
- Feb 22, 2006
- 10
Hi, I am new to Clarion (we have 5.5) and we have a small program that reads a large TPS file and extracts some data to flat file. The file is from another program which we do not control.
Since the file is so big it takes 3-5 minutes. Most of the data is old and needs not be read. I need a way to only let clarion read a data range.
If we put in the date check in the code it sill takes 5 mins since Clarion is giving us each record.
Is there a way to just have clarion read a date range?
Thanks
Jack
Since the file is so big it takes 3-5 minutes. Most of the data is old and needs not be read. I need a way to only let clarion read a data range.
If we put in the date check in the code it sill takes 5 mins since Clarion is giving us each record.
Is there a way to just have clarion read a date range?
Thanks
Jack