|
-
Jan 10th, 2000, 01:40 AM
#1
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, 02:19 AM
#2
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, 12:39 PM
#3
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...
-
Jan 11th, 2000, 03:12 AM
#4
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|