I have a question, in a report called from a visual basic form, what is the diferrence between call the report with Crystalreport21.Action and call the report with Crystalreport21.PrintReport, I'm using visual basic 6.0 an crystal report 7.
Printable View
I have a question, in a report called from a visual basic form, what is the diferrence between call the report with Crystalreport21.Action and call the report with Crystalreport21.PrintReport, I'm using visual basic 6.0 an crystal report 7.
1) Action will display and load the report in the Crviewer
2) .PrintReport Print the report directly on the Printer.