Is it possible to select more than 1 row and give the selected rows a different colour? Like the good old TBrowseDB and colorblock?
I want to give the user the possibility to select any rows they want for deleting or printing. Pressing shift and selecting in a row is also fine for me.
Maarten
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.
Multi select DBBrowse?
-
- Mensajes: 126
- Registrado: Lun Mar 29, 2010 10:24 am
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Multi select DBBrowse?
Maarten,
Take a look at:
- TBrowse:nMarqueeStyle := bmHIGHLROWMS
- TBrowse:aSelected
- TBrowse:Select
Regards,
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> escribió en el mensaje de
noticias:4c5c0ddd$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Is it possible to select more than 1 row and give the
> selected rows a different colour? Like the good old
> TBrowseDB and colorblock?
>
> I want to give the user the possibility to select any rows
> they want for deleting or printing. Pressing shift and
> selecting in a row is also fine for me.
>
> Maarten
Take a look at:
- TBrowse:nMarqueeStyle := bmHIGHLROWMS
- TBrowse:aSelected
- TBrowse:Select
Regards,
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> escribió en el mensaje de
noticias:4c5c0ddd$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Is it possible to select more than 1 row and give the
> selected rows a different colour? Like the good old
> TBrowseDB and colorblock?
>
> I want to give the user the possibility to select any rows
> they want for deleting or printing. Pressing shift and
> selecting in a row is also fine for me.
>
> Maarten
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
-
- Mensajes: 126
- Registrado: Lun Mar 29, 2010 10:24 am
Multi select DBBrowse?
ignacio,
jup that is what I was looking for.
Thx
jup that is what I was looking for.
Thx
-
- Mensajes: 126
- Registrado: Lun Mar 29, 2010 10:24 am
Multi select DBBrowse?
Back again...
How do I catch Ctrl+A ? K_CTRL_A in the clipper days.
Is there a way to capturethe header click of the TBrwRecSel? Like in Excel that will do the same as Ctrl+A (Select All)
Maarten
How do I catch Ctrl+A ? K_CTRL_A in the clipper days.
Is there a way to capturethe header click of the TBrwRecSel? Like in Excel that will do the same as Ctrl+A (Select All)
Maarten
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Multi select DBBrowse?
Maarten,
> How do I catch Ctrl+A ? K_CTRL_A in the clipper days.
It depends if you want to catch it for a control, a form or the complete
App.
1) For a specific control you must use the event OnChar of that control
2) For a form you must use the event OnChar on that form. Be aware that
messages are first received by the control, if it is not processed then is
routed to its conteiner form
3) Use the SetKey() function.
> Is there a way to capturethe header click of the TBrwRecSel?
See on the docs: TBrwColumn:OnHeaderClick
Regards,
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> escribió en el mensaje de
noticias:4c601fba$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Back again...
>
> How do I catch Ctrl+A ? K_CTRL_A in the clipper days.
>
> Is there a way to capturethe header click of the TBrwRecSel?
> Like in Excel that will do the same as Ctrl+A (Select All)
>
> Maarten
> How do I catch Ctrl+A ? K_CTRL_A in the clipper days.
It depends if you want to catch it for a control, a form or the complete
App.
1) For a specific control you must use the event OnChar of that control
2) For a form you must use the event OnChar on that form. Be aware that
messages are first received by the control, if it is not processed then is
routed to its conteiner form
3) Use the SetKey() function.
> Is there a way to capturethe header click of the TBrwRecSel?
See on the docs: TBrwColumn:OnHeaderClick
Regards,
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> escribió en el mensaje de
noticias:4c601fba$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Back again...
>
> How do I catch Ctrl+A ? K_CTRL_A in the clipper days.
>
> Is there a way to capturethe header click of the TBrwRecSel?
> Like in Excel that will do the same as Ctrl+A (Select All)
>
> Maarten
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