Re:Re:Re:Re:Re: Printing calculated results in Delphi


[ Delphi Forum ] [ Delphi Tutorials -- by DelphiLand ]

Posted by Lionel on June 25, 2003

In Reply to: Re:Re:Re:Re: Printing calculated results in Delphi posted by webmaster Guido on June 25, 2003:

: Disadvantage: in this basic print example, the columns don't line up nicely. For that you have to output text the printer's "Canvas", specifying horizontal and vertical coordinates. Let me know if you're interested, and I'll brew some code.


********************************
When you say "specifying horizontal and vertical coordinates". Is this what you are talking about:

GoToXY(1,23);
WriteLn(F,'Angle: ',Deg.Text, Min.Text, Sec.Text;
???
**********************************


Related Articles and Replies:


 


[ Delphi Forum ] [ Delphi Tutorials -- by DelphiLand ]