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.

Events bug

FastReport for Xailer & [x]Harbour (English/Spanish)
Responder
a.ilic
Mensajes: 37
Registrado: Vie Sep 27, 2013 1:13 am

Events bug

Mensaje por a.ilic »

There's bug with the latest FRX version. Start FrConsole.exe, and choose option Sergey mode. Then click on the Print button in toolbar. Instead of the message "Print", application freezes. Other events are also problematic.
Tried on two different workstations, and it manifests the same. FrConsole is not manually built, it's original version included in installation.
Regards,
Aleksandar Ili?
Software developer
Wings Software
http://www.wings.rs
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Events bug

Mensaje por ignacio »

Dear Sir,
On the Sergey demo we are also overloading that button. To print as usual just comment this line:
:bOnBtnPrint := {|| Alert( "Print" ), 1 }
BTW, if you could see just behind the scene you will surely see something like this:

Regards,

Attached files
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
a.ilic
Mensajes: 37
Registrado: Vie Sep 27, 2013 1:13 am

Events bug

Mensaje por a.ilic »

ignacio wrote on Thu, 13 March 2014 10:13On the Sergey demo we are also overloading that button. To print as usual just comment this line:
:bOnBtnPrint := {|| Alert( "Print" ), 1 }
BTW, if you could see just behind the scene you will surely see something like this:
Ahhh... That's what I wanted, the alert window. The point is, that events blocks FR window, and focus wasn't switched to the console application, so I didn't notice that message
Anyway, the behavior is good then. Thanks for pointing me.
Regards,
Aleksandar Ili?
Software developer
Wings Software
http://www.wings.rs
Responder