I have other problem now.
When I want to print my report on the printer, nothing happens, the reports goes to the printer spool and then disapears...
this is a part of the code:
CR.DiscardSavedData = True
CR.Destination = crptToWindow
CR.Action = 1
First I tried to print it directely to the printer=crpttoprinter then I decided to print it first on the screen and then in the new window of the crystal report click on the print icon, but is the same...nothing is printed.
Thank you for any help...
When I want to print my report on the printer, nothing happens, the reports goes to the printer spool and then disapears...
this is a part of the code:
CR.DiscardSavedData = True
CR.Destination = crptToWindow
CR.Action = 1
First I tried to print it directely to the printer=crpttoprinter then I decided to print it first on the screen and then in the new window of the crystal report click on the print icon, but is the same...nothing is printed.
Thank you for any help...