ScaleRichView and Reportbuilder
Posted: Wed Dec 12, 2007 8:39 am
If I call the Editor within Reportbuilder (I'm using the Unit of ActionTest from the demos) then it don't work correct. Only if I click with the mouse somewhere I see the text I have written before.
If I compile the ActionTest then it works good.
Have I forgotten something.
I've done the following things :
The form is inherited from tfrmCustomppRichViewEditor
I'm overwriting the GetRichView function with :
Result := SRichViewEdit1.RichViewEdit;
In my Report Designer I have the following code :
PPRichViewEditorClass := TFormReportGeneratorRichViewEditScale;
Best wishes
Bernhard
If I compile the ActionTest then it works good.
Have I forgotten something.
I've done the following things :
The form is inherited from tfrmCustomppRichViewEditor
I'm overwriting the GetRichView function with :
Result := SRichViewEdit1.RichViewEdit;
In my Report Designer I have the following code :
PPRichViewEditorClass := TFormReportGeneratorRichViewEditScale;
Best wishes
Bernhard