Class TfrxRichView not found

GreatDayDanGreatDayDan Keller, Texas
edited 7:57PM in FastReport 4.0
Good Morning!

I am having the same issue as ctf1800, although the reason may be different.

I have uninstalled and reinstalled.

I am using fr4_7_117_d6s as of 20 minutes ago. Previously, 4_7_3 (?)

Everything was OK until I used the CNWizard Units Cleaner.

Each of my reports have a TFrxRichView. Now, I cannot even show the Reports form at runtime. I CAN open the report in design mode. The RichView component is there.

What's next?

Cya...Dan'l

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:57PM
    you need to add the tfrxrichview component to the underlying delphi form or add its unit to the uses clause.
  • GreatDayDanGreatDayDan Keller, Texas
    edited 7:57PM
    gordk wrote: »
    you need to add the tfrxrichview component to the underlying delphi form or add its unit to the uses clause.

    Good Morning!

    Ok, but how? I already have a report and it has a tfrxrichview component.

    What unit has this component? The form's interface uses already has frxClass, frxDBSet, frxRichEdit...

    Cya...Dan'l
  • The solution to this is to drop a TFrxRichObject onto the Delphi form.
  • use frxRich;

Leave a Comment