Hello
I am looking for some advice on how to print something from my Delphi app. I am using a printdialog, I want to be able to have a header that has the date printed on it, a footer that states what page number it is of how many total pages. I would then like to print a title on the printout, followed by my string grid. I can print my StringGrid by calling StringGrid1.print (note it is not a standard StringGrid component). Disregarding the string grid element even if someone can point me in the right direction with the other stuff it would be greatly appreaciated.
Thanks
Jake
Start Free Trial