DesignReport does not pop up design window
Delphi XE5, licensed version Fast Report 4.1.5. When I call DesignReport method nothing happens. When I trace through my code it hits that code but goes by it too fast for anything to really happen.
Code looks like this.
PrintPOFastReport.frxReport1.DesignReport;
Thanks, Wayne
Code looks like this.
PrintPOFastReport.frxReport1.DesignReport;
Thanks, Wayne
Comments
Created a standard VCL application that has just an TfrxReport and TfrxDesigner component on it. Added a button that executes frxReport1.DesignReport
When I click the button nothing happens. I added the units frxClass and frxAbout to the project and ran it again. Now the designer pops up as expected.
If I look at the code in frxClass.DesignReport method, there is an $IFDEF around the code that runs the designer, that skips all the code if it thinks this is a lite or basic version.
How do I get around this? I have uninstalled and reinstalled several times with no change.
Thanks.