Hello guys
I am printing a multiline textbox (let's say 3 lines of text) with the following code:
'------------
printer.currentX=1000
Printer.CurrentY =1000
printer.print txtMyNotes.text
'-----------
As you might guess the first line will be printed on the (1000,1000) coordinates but the second line of text will be printer at start of the next line (Something like 0,1100) !
How can I make sure the other lines of multiline text are alligned same as the first line in one bulk?
Thanks
SW
PS. The data in the multiline textbox is coming frm an Access 2000 database.




Reply With Quote