cancel
Showing results for 
Search instead for 
Did you mean: 

PrintOut & Status Dialog

patrick_simons2
Participant
0 Kudos

Hi,

I have to older applications which work with RDC (CR XI R2 SP6). Both projects use the following VB6-command to print out to the printer:

Call oCrystalReport.PrintOut(False, iNbrOfCopies)

In one case there flickers shortly a little progress dialog while printing records that I don't want:

The title means "Printing of records" and "Copy: 1" - "Printing Page 1" - "Cancel Printing-job" .

The second application is not displaying this form.

I can't see a difference in code.

Any ideas,

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

patrick_simons2
Participant
0 Kudos

I found it: it's the property on Report-Level "DisplayProgressDialog".

Answers (0)