Designer buttons don't work in RunTime
FR3.24.6, D6
I have included the frxDesigner component on the form together with
frxReport. I store the report in the database, then I stream the report from
the DB to the frxReport component. Then I use the frxReport1.DesignReport
statement to get in design mode at runtime.
The problem is in design mode (at runtime) some buttons cannot be clicked.
They are not disabled, they are just unclickable. For example I have a memo
component on the report page. I click on the memo then I click on the right
align button and it doesn't stay click (and in turn the alignment doesn't
work). Many other buttons behave the same way. Others like copy / paste work
without a problem.
Of course in Delphi design time everything works without a problem. Of
course the report is loaded from a file. Even in the demo has no problems.
Is there a readonly settings for a report the I missed
I have included the frxDesigner component on the form together with
frxReport. I store the report in the database, then I stream the report from
the DB to the frxReport component. Then I use the frxReport1.DesignReport
statement to get in design mode at runtime.
The problem is in design mode (at runtime) some buttons cannot be clicked.
They are not disabled, they are just unclickable. For example I have a memo
component on the report page. I click on the memo then I click on the right
align button and it doesn't stay click (and in turn the alignment doesn't
work). Many other buttons behave the same way. Others like copy / paste work
without a problem.
Of course in Delphi design time everything works without a problem. Of
course the report is loaded from a file. Even in the demo has no problems.
Is there a readonly settings for a report the I missed
Comments