|
-
May 1st, 2000, 07:19 AM
#1
Thread Starter
Junior Member
i have a big text box, when i try to print the contents of the text box two things happen
1. it wont print until i exit the program. when i open the print dialog box it says spooling under stauts but as soon as i exit my program it starts printing.
2. i hav tab char's in my text box, they display correct in the text box, but i print all i get is one blank space.
i make up my string and add chr(9) to the string for my tabs. should i use a diffrent char code?
my code for printing is
Sub Command4_Click()
Printer.Print Text1.Text
End Sub
any help would be great, thanx
[Edited by Iceman10 on 05-01-2000 at 05:27 PM]
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
|