In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

How to display FastReport designer, and registration

Xailer professional forum in English
Responder
DC
Mensajes: 122
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: 9246
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: 122
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: 122
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