How to display FastReport designer, and registration

Xailer professional forum in English
Responder
DC
Mensajes: 125
Registrado: Lun May 16, 2011 6:06 pm

How to display FastReport designer, and registration

Mensaje por DC »

Hi,

I think we are supposed to bring up the FR designer in code. So I tried something similar to the Help file suggestion:

oFr := TFastReport():New()
oFr:DesignReport()
oFR:End

This above runs ok, but doesn't display anything.

We don't have an official Report component, correct? I searched through all the controls (I think), and didn't find any.


As an Enterprise user, do I need to register FastReports? Or is it pre-registered?


Regards,


DC
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9255
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: How to display FastReport designer, and registration

Mensaje por ignacio »

Hi,

Fast Report for Xailer is NOT INCLUDED on Xailer Enterprise. Is a separate product, but you can use it from any Xailer version. The only limitation is that only prints five pages and shows a watermark. Check the fastreport samples.

Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
DC
Mensajes: 125
Registrado: Lun May 16, 2011 6:06 pm

Re: How to display FastReport designer, and registration

Mensaje por DC »

Yep, I understand. Ozs clarified the matter, thanks.
Última edición por DC el Sab May 15, 2021 11:59 am, editado 2 veces en total.
DC
Mensajes: 125
Registrado: Lun May 16, 2011 6:06 pm

Re: How to display FastReport designer, and registration

Mensaje por DC »

Also, I can't locate the FastReport component. The help file says you can create it with code, but it doesn't display.

In the sample c:\xailer\Samples\FastReport\MasterDetail.xpj, the database location defaults to an c:\ozs folder, so you have to change that to c:\xailer\Samples\FastReport\demo.mdb. But the big problem is that it references two components TFrXailerDataset, which I can't locate in the Datasets tab, or any other tab.
Responder