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
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.
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
- 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
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,
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
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
How can use record selector to simulate a record selection
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
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
- 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
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,
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
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
How can use record selector to simulate a record selection
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
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
- 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
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
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
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com