0

I could not find TfrxDesigner Component in my Tool Palette. What should I do? Im using Embarcadero® RAD Studio 10.1 Berlin Version 24.0.22858.6822.

  • Did you install the full version of FastReport? – Uwe Raabe Sep 05 '16 at 05:57
  • @UweRaabe -> I think it is pre-installed together during RAD Studio installation. Am I wrong? –  Sep 05 '16 at 06:55
  • 4
    The version that comes with RAD Studio is not the full version. The designer is only available with the full version which has to be purchased separately. – Uwe Raabe Sep 05 '16 at 07:26

2 Answers2

0

Go to the menu option : Component -> Install Packages, and look for the FastReport package. If it's unchecked, you just need to check it, but if it is not there, you would need to reinstall it.

Marc Guillot
  • 6,090
  • 1
  • 15
  • 42
  • FastReport 5.0 Components, FastReport 5.0 DB Components and FastReport 5.0 Exports package is there and is checked. Why does TfrxDesigner is missing? –  Sep 05 '16 at 06:39
  • Try loading an older project with a frxDesigner in it. Does it show it ?. – Marc Guillot Sep 05 '16 at 06:40
  • I have never used frxDesigner before. –  Sep 05 '16 at 06:55
  • 1
    Looks like you are using the Embarcadero version of FastReport embedded on Delphi. This version doesn't have the designer available, you need to buy a commercial version of FastReport to use it. – Marc Guillot Sep 05 '16 at 07:07
0

1.Make sure that you are using design mode of the form when searching for component 2.Make sure that you added "...\Fast Report\Source" path to library path in options

aurigae
  • 11
  • 4