ReportPro3 in X# initialization and deinitialization of report preview issues
ReportPro3 in X# initialization and deinitialization of report preview issues
Didn't the installer start at the end the"Stackbuilder"? There it suggests 32 and 64 drivers...
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
-
- Posts: 280
- Joined: Sat Dec 12, 2015 2:22 pm
- Location: Germany
ReportPro3 in X# initialization and deinitialization of report preview issues
Thanks a lot guys, got it to work now! And I see the issue with the report preview window freezing when there's an error, look into it...
.
.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
ReportPro3 in X# initialization and deinitialization of report preview issues
Hi Michael,
Please try issuing this, when you detect an exception in RP3 when printing, does it solve the problem?
.
Please try issuing this, when you detect an exception in RP3 when printing, does it solve the problem?
Code: Select all
IF SELF:_Report:Printer:PrintWindow != NULL
CloseWindow(SELF:_Report:Printer:PrintWindow:Handle(0))
ENDIF
.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
- Michal Rajnoha
- Posts: 23
- Joined: Wed Sep 29, 2021 6:57 am
ReportPro3 in X# initialization and deinitialization of report preview issues
It minimizes the preview window, but it stays open and hanging.
ReportPro3 in X# initialization and deinitialization of report preview issues
Ah right, I didn't notice it in the task bar. Please use DestroyWindow() instead, this seems to be taking care of it for good.Michal Rajnoha wrote:It minimizes the preview window, but it stays open and hanging.
.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
- Michal Rajnoha
- Posts: 23
- Joined: Wed Sep 29, 2021 6:57 am
ReportPro3 in X# initialization and deinitialization of report preview issues
OK, that seems to work, thank you Chris.
ReportPro3 in X# initialization and deinitialization of report preview issues
Hi Michael,
Nice, that's great to hear! I also learned a few things because of this..(thanks Karl and Frank btw)
Nice, that's great to hear! I also learned a few things because of this..(thanks Karl and Frank btw)
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu