Hi,
This is probably a fairly basic question, but I've not had a great deal of experience with printing from Delphi.
I'd like to use my application (made in Turbo Delphi '06) to print a letter. I've tried the printing using AssignPrn and then using WriteLn. This works, but I cannot create margins and the text writes straight across the page. Even when I set a Left Margin lead in of (' ') (i.e. spaces) I can't find a way to set a right margin and when text goes onto a new line, it defaults to the far left.
I've also tried the TextOut method, but this is worse since the text doesn't go onto a new line and simply overflows of the side of the page.
Any ideas would be greatly appreciated.
Thanks!