direct print without previewform and printdialog
how to direct print without preview report and not show printerdialog?
i want to print report at once not other steps
i want to print report at once not other steps
Comments
if frxReport.PreparedReport then
frxReprot.Print;
but sometimes occur a error like this:
access violation at address 0AEA9CEC in module 'frx7.bpl' , read of address 00000000
even in a simple report in a default form application when i switch report and debug and run program
in delphi ,for example internet, after a long time ,when i return the delphi,it occurs error and could not to shut down.
you can simulate it.
it involves stackspace and the systems memory paging, the easiest way to sove this is to save the delphi form before going to another app or at least using Delphi's close all and saving changes, this will free some system stack space
Thanks gordk