Print to Screen does not work
I have built the most basic of report, and tried to print it to the screen.
I have wrote the code:
Begin
REport.Print;
End
I got an error reading onshow property value.
I have continued to investigate, and I found that the same error happens
with RB Demos, like
...\RBuilder\Tutorials\Complete\I. Reports\03. Simple Report the Hard
Way\rbCust.pas
Did anyone else seen this problem? What am I doing wrong?
Thanks, Yoav.
I have wrote the code:
Begin
REport.Print;
End
I got an error reading onshow property value.
I have continued to investigate, and I found that the same error happens
with RB Demos, like
...\RBuilder\Tutorials\Complete\I. Reports\03. Simple Report the Hard
Way\rbCust.pas
Did anyone else seen this problem? What am I doing wrong?
Thanks, Yoav.
This discussion has been closed.
Comments
corrupt installation. See the Installation thread on the TechTips
newsgroup.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
The installation does not seem corrupt, as this is the only thing that does
not work.
If you have saved the report with another 'DeviceType' than 'Screen' this
one will be used.
Before calling 'TppReport.Print' set the desired 'DeviceType' property
first.
regards,
Chris Ueberall;