Results 1 to 4 of 4

Thread: Printing format

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Could you give an example of what uou want to do? Also, what do you mean by "i'm printing 9 text box on the same line"?

    ------------------
    Marty


    [This message has been edited by MartinLiss (edited 01-10-2000).]

  2. #2
    Guest

    Post


    Do Until Data1.Recordset.EOF

    Printer.Print Text1.Text + " " + Text21.Text + " " & Text18.Text & " " & Text8.Text & " " & Text5.Text & " " & Text4.Text & " " & Text10.Text & " " & Text11.Text & "

    data1.recorset.movenext
    loop

    here's the line that print my textboxe,

    there is 9 of it, and all textboxes have different size, and the data in my textboxe,
    is different from recordset to another, so when i print my report, one line is ok but they other one is all "disalign"

    thank you very much for your support...

  3. #3
    Guest

    Post

    How can i do to format my text to be nice and align when i print them.
    Because, i'm printing 9 text box on the same line and each of them are different size, so when it goes out of the printer, it's not in the same column..

    I know in Delphi we use the Format(%20...)etc..

    but in Vb i don't know how to do this...

    thanks everyone...



  4. #4
    Addicted Member
    Join Date
    Jan 2000
    Location
    BC, Canada
    Posts
    142

    Post

    You can use Spc and Tab for print format. Crystal report can do better job.

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