|
-
Sep 10th, 2006, 04:55 PM
#1
Thread Starter
Junior Member
Printer.font
Hi All,
I am writing a program using VB6.
My problem:
Here is part of the code that executes when the user clicks on the print command button:
Printer.Font = "Times New Roman"
Printer.FontSize = "20"
Printer.FontBold = True
Printer.Print Tab(25); "Disbursement Report"
It worked perfectly until I tried to compile the program and I got an error when it got to "Printer.Font"
The error......."Method or Data Member not found."
Can anyone tell me what happened? Now the program doesn't even print when I just run the uncompiled program.
Please help.
Thanks.
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
|