cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in CR9

Former Member
0 Kudos

I am using VB6.0 and CR9.

I am using following statment

1. obj.selectprinter with reqd paramter i.e printerdrivername,printerport,devicename etc.

2. obj.printout false

next line giving error stating that error starting printjob.

Pls help me.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

The printout method takes 5 parameters; promptuser, numberofcopy, collated, startpage, endpage. See if setting all of the parameters helps.

If not, can you provide the full code as it pertains to Crystal reports?

Ludek

ted_ueda
Employee
Employee
0 Kudos

Another thing to check is the arguments you're passing to the SelectPrinter, to ensure that that's correct.

I usually print out a Windows Printer Test Page from the machine I'd like to print from on the printer I'd like to print on, and read the Printer name, Driver name and Port name from the printout.

Sincerely,

Ted Ueda

Answers (1)

Answers (1)

former_member260594
Active Contributor
0 Kudos

Sandip,

You will get a better answer to your question in the Business Objects SDK Application Development category rather than the Crystal Report Design category.

former_member184995
Active Contributor
0 Kudos

Moved to appropriate forum.