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.