I have developed a point of sale application using delphi, but I'm left with one last piece of the software, the printing of the cash receipt. I have used Rave Reports for most of my Reports in die application and tried to use the rave reports to make my receipt. The only problem Im having with using the Rave Reports is that I do not know how to control the page feed, I want to force the rave to give a continues page feed, otherwise it prints a section and then stops printing feed some page and then continue to print leave a big blank space on the receipt. So is there anyway to force or manage the paper feed with rave or delphi.
Then another question, for an alternative solution to the problem:
Is there a way that I can use print the content of a TMemo? Then I can put all the items bought in the TMemo and sent it like that? Is that a good idea?
Im using Delphi XE2