Results 1 to 7 of 7

Thread: <resolved> Printing a multiline textbox

Threaded View

  1. #1

    Thread Starter
    Addicted Member SaharaWizard's Avatar
    Join Date
    Nov 2004
    Location
    Canada
    Posts
    254

    Resolved <resolved> Printing a multiline textbox

    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.
    Last edited by SaharaWizard; Apr 13th, 2005 at 11:57 AM.
    Don't let your schooling get in the way of your education.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width