PDA

Click to See Complete Forum and Search --> : Printing format


MartinLiss
Jan 10th, 2000, 12:40 AM
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).]

Jan 10th, 2000, 01:19 AM
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...

Jan 10th, 2000, 11:39 AM
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...

Winla
Jan 11th, 2000, 02:12 AM
You can use Spc and Tab for print format. Crystal report can do better job.