Guest_imported
New member
- Jan 1, 1970
- 0
Trying to get to reports combined into one. Right now the reports are shown by this set of operations below: completelistform.caption := 'Waste Water Not Completes';
testnum := 8;
beginlist;
Each testnum corilates to a certain batch and Customer Number. What I need to do is combined all 9 tests into one sheet. I know it has to be done by writing to a file but I am not sure how to do that in Delphi 5. So what would happen is when a button is selected it writes all the tets 1 thru 9 to a file and then displays that file to the user. Any suggestions would be greatly appreciated.
testnum := 8;
beginlist;
Each testnum corilates to a certain batch and Customer Number. What I need to do is combined all 9 tests into one sheet. I know it has to be done by writing to a file but I am not sure how to do that in Delphi 5. So what would happen is when a button is selected it writes all the tets 1 thru 9 to a file and then displays that file to the user. Any suggestions would be greatly appreciated.