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 37 coincidencias

por a.ilic
Jue Oct 24, 2013 1:16 pm
Foro: FastReport
Tema: FastCube
Respuestas: 1
Vistas: 1701

FastCube

Hi,
Do you plan FastCube component integration into FR for [x]Harbour?
Thanks.
Regrads,
por a.ilic
Mié Oct 23, 2013 8:41 pm
Foro: FastReport
Tema: SetEventHandler
Respuestas: 5
Vistas: 3932

SetEventHandler

ignacio wrote on Tue, 22 October 2013 21:36Next FR for Xailer revision can show preview on Xailer forms and you can create your own toolbar.
Hi,
What about [x]Harbour users?
Regards,
por a.ilic
Mar Oct 22, 2013 1:20 pm
Foro: FastReport
Tema: SetEventHandler
Respuestas: 5
Vistas: 3932

SetEventHandler

ignacio wrote on Mon, 21 October 2013 19:31Please consider to use the export to mail method and use the method SetProperty to set any of the filter parameters. Example: WITH OJBECT ::oFastReport1 :SetProperty( "MailExport", "Address", "..." ) :SetProperty( "MailExp...
por a.ilic
Lun Oct 21, 2013 2:06 pm
Foro: FastReport
Tema: SetEventHandler
Respuestas: 5
Vistas: 3932

SetEventHandler

Still no answer. Are there any indices that event handlers will be supported in future versions?
por a.ilic
Mié Oct 09, 2013 4:50 pm
Foro: FastReport
Tema: LoadFromFile, LoadFromString
Respuestas: 7
Vistas: 3558

LoadFromFile, LoadFromString

Hello,
You're welcome and thank you for a quick response.
Regards,
por a.ilic
Mié Oct 09, 2013 4:32 pm
Foro: FastReport
Tema: SetEventHandler
Respuestas: 5
Vistas: 3932

SetEventHandler

Is there alternative for Spirin's method SetEventHandler and event OnSendMail? I need to manually process the mail when user clicks on mail icon in preview window. I was doing something like this: oFr:SetProperty("MailExport", "ShowDialog", .F.) oFr:SetEventHandler("MailExpo...
por a.ilic
Mié Oct 09, 2013 2:16 pm
Foro: FastReport
Tema: LoadFromFile, LoadFromString
Respuestas: 7
Vistas: 3558

LoadFromFile, LoadFromString

Just to add, this code will work too: FUNCTION Main() LOCAL oFr oFr := frReportManager():New() oFr:LoadFromFile("report.fr3") oFr:Create() oFr:DesignReport() oFr:DestroyFR() RETURN NIL Now it's only a question is it really necessary calling the Create() method and when exactly it should be...
por a.ilic
Mié Oct 09, 2013 1:55 pm
Foro: FastReport
Tema: LoadFromFile, LoadFromString
Respuestas: 7
Vistas: 3558

LoadFromFile, LoadFromString

ignacio wrote on Wed, 09 October 2013 12:02And is working perfectly. Could you do the same test? TIA. I did the test and it worked perfectly to me too. That led me to the line-by-line compare of your console example code and my code. The only distinct was the call of Create() method. If not called, ...
por a.ilic
Mié Oct 09, 2013 10:58 am
Foro: FastReport
Tema: LoadFromFile, LoadFromString
Respuestas: 7
Vistas: 3558

LoadFromFile, LoadFromString

The following XFastReport class methods doesn't work, although they return True. [*] LoadFromFile [*] LoadFromString [/list] For method LoadFromFile( cFile ), I've also tried passing the absolute path to .fr3, but with no success. When designer is shown up, title is Untitled.fr3. To be shore that pr...
por a.ilic
Mar Oct 08, 2013 2:04 pm
Foro: FastReport
Tema: FR Sergey compatibility problem
Respuestas: 4
Vistas: 5191

FR Sergey compatibility problem

ignacio wrote on Tue, 08 October 2013 12:28I'm almost sure your problem is not related to that. Sorry. I asked my colleague to make a demo from a scratch in his environment (has also Harbour 3.2.0dev (rev. 18339)), and he experienced exactly the same problem. Anyway, it is important that we have a w...
por a.ilic
Mar Oct 08, 2013 12:00 pm
Foro: FastReport
Tema: FR Sergey compatibility problem
Respuestas: 4
Vistas: 5191

FR Sergey compatibility problem

I've checked and that's not a cause of a problem. I've made it working upgrading Harbour version to nightly release. The version that doesn't work is Harbour 3.2.0dev (rev. 18339), and now with version Harbour 3.2.0dev (rev. 1310011443) it works fine. In both cases is used MingGw32 (gcc 4.6.1-dw2). ...
por a.ilic
Vie Oct 04, 2013 3:26 pm
Foro: FastReport
Tema: FR Sergey compatibility problem
Respuestas: 4
Vistas: 5191

FR Sergey compatibility problem

I've downloaded FrX demo. Since I've already used Spirin's FR, I wanted to use compatibility class in order not to change the existing code. For test purposes, I've made a small program, only instancing the class and calling the designer: #include "frh.ch" FUNCTION Main() LOCAL oFr oFr := ...