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.

Se encontraron 3 coincidencias

por mhsabado
Mié Dic 18, 2013 5:47 am
Foro: FastReport
Tema: :DelDataSet Question
Respuestas: 3
Vistas: 2885

:DelDataSet Question

Hi Ignacio, I have a function in my code that I just passed the dbf files and relations as parameters. Each dbf was added to report as DS. For dbf files that have relations, they were assigned to another DS (i.e., oDS:= :AddDbf(cAlias ,{"cAlias1->*","cAlias2->*"}). Since the rela...
por mhsabado
Lun Dic 16, 2013 11:02 am
Foro: FastReport
Tema: :DelDataSet Question
Respuestas: 3
Vistas: 2885

:DelDataSet Question

Hi, The :DelDataSet(oDS) deletes the oDS and the respective element value in :aDataSets is replace with NIL. This is causing problem in the displayed data of my report. I made a workaround (by copying to temporary array) to remove the element with NIL value from the :aDataSets and the report now dis...
por mhsabado
Mar Nov 19, 2013 11:29 am
Foro: FastReport
Tema: How can I embed .fr3 file in Exe ?
Respuestas: 1
Vistas: 2481

How can I embed .fr3 file in Exe ?

Hi,
You can open your .fr3 then copy/paste in your prg source file like:
TEXT INTO <cVar>
<paste content of .fr3 here>
ENDTEXT
then use :LoadFromString(<cVar>) from your FR to load your report.
Regards,
Mario