|
Had the exact same problem. Your cannot avoid changing code. Assuming you have access to the source. To avoid having to rewrite the program and to use most of the existing code I did the following: 1. Create a data base file in QTEMP with the same layout as your subfile. 2. Change the subfile load routine to write to the data base file You can now write unlimited number of records (well almost). 3. Change the subfile to be one page at a time. 4. Read the D/B file by RRN and show user first page. 5. Use the PageUp/Down keys to Read the D/B file by RRN to show other pages. 6. It is then a simple matter to include Position To and Search functions because you now have access to the D/B file. Good Luck. Frank Kolmann >From: MURALI DHAR [SMTP:nmuralidhar@rediffmail.com] >I have a requirment where iam using Loadall subfile...The no of > records Iam having right now is around 9000(less than9999)...Now I > have to add another 4thousands of records to this...I dont like to > reprogram it by using single page subfile...How can i do this with > Loadall subfile?Am I going to loose any records if i add 4 > thousand records to the already existing 9000 records....I cant > reprogram it....I ve to do with Load all only....Can u please help > giving answer to this.... > Best Regards > Murali.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.