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 can use record selector to simulate a record selection

Xailer professional forum in English
Responder
Xailer
Mensajes: 328
Registrado: Mar Dic 23, 2008 5:40 pm

How can use record selector to simulate a record selection

Mensaje por Xailer »

Hello to all
I want if is possible to done, when customer double clicking on a record, to see a bitmap (checkmark) in record selector area. Is it possible?
TIA
Dionisis Divaris
SGS-soft
Home Page :
Support at :support.sgs@gmail.com[/email]
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

How can use record selector to simulate a record selection

Mensaje por ignacio »

Xailer escribió el vie, 25 noviembre 2011 06:27Hello to all
I want if is possible to done, when customer double clicking on a record, to see a bitmap (checkmark) in record selector area. Is it possible?
TIA
See the event TBrowse:oRecSel:OnGetData()
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Xailer
Mensajes: 328
Registrado: Mar Dic 23, 2008 5:40 pm

How can use record selector to simulate a record selection

Mensaje por Xailer »

Hello Ignacio
This is not exactly what i want. I want only the selected recods to have a check mark in the record selector row.
By the way when expectesd to publish the new version 2.5.
TIA
Dionisis Divaris
SGS-soft
Home Page :
Support at :support.sgs@gmail.com[/email]
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

How can use record selector to simulate a record selection

Mensaje por ignacio »

Xailer escribió el sáb, 26 noviembre 2011 11:39Hello Ignacio
This is not exactly what i want. I want only the selected recods to have a check mark in the record selector row.
By the way when expectesd to publish the new version 2.5.
TIA
Please check the parameters of that event. Specially the third and fourth.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Xailer
Mensajes: 328
Registrado: Mar Dic 23, 2008 5:40 pm

How can use record selector to simulate a record selection

Mensaje por Xailer »

Hello again
lSelected always return True. I meen with any browser movment (Browse:OnChange event) lSelected return always true, i want to return true only when a specific record double-cliked.
When expected 2.5?
All the best
Dionisis Divaris
SGS-soft
Home Page :
Support at :support.sgs@gmail.com[/email]
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

How can use record selector to simulate a record selection

Mensaje por ignacio »

Cita:lSelected always return True
Sorry, but I believe you are wrong:

Cita:i want to return true only when a specific record double-cliked.
As easy as using the TBrowse Cargo value to store the Recno when double-click is triggered and put a simple IF-ENDIF sequence on the TBrwRecSel event.
Regards,
Cita:When expected 2.5?
No time frame yet, sorry.
Regards,


Attached files
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder