starmistress
IS-IT--Management
I need suggestions on printing a file. This would be the last step of the program. the preceding steps are to import a text file into a database, manipulate the data, write some of the data to a text file, then print it. It's the printing I am struggling with. There could be anywhere from 10 to 200 records printed. 36 will fit on each page. the pages need to be numbered (I have that part figured out)and there needs to be a header row. Each record is approx. 85 characters wide, so I am printing landscape. I tried to open the whole file, then split it into an array, then loop through the array and print each line. Is there a limit as to how much info can be in an array? In theory, the code would need to handle 200 lines of 84 characters each.
Any suggestions would be greatly appreciated.
Any suggestions would be greatly appreciated.