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.
Browser Mutiple Selection
-
- Mensajes: 281
- Registrado: Vie Ago 04, 2006 4:58 pm
Browser Mutiple Selection
Hi,
I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
Pressing the CTRL + click works OK
Pressing the SHIFT + click does not work ( see attached image ). The
clicked row is drawn with a focus rect but no selection is made.
I've also tried to use the OnClickEvent of browser to perform selection but
without success.
Any hint ?
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
--
I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
Pressing the CTRL + click works OK
Pressing the SHIFT + click does not work ( see attached image ). The
clicked row is drawn with a focus rect but no selection is made.
I've also tried to use the OnClickEvent of browser to perform selection but
without success.
Any hint ?
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
--
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Browser Mutiple Selection
Giuseppe,
Put this on any part of your code and see if it fixes the problem:
CLASS TArrayBrowse FROM XArrayBrowse
PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
ENDCLASS
This should help in case your problem is with TArrayBrowse controls.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Hi,
>
> I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
>
> Pressing the CTRL + click works OK
>
> Pressing the SHIFT + click does not work ( see attached image ). The
> clicked row is drawn with a focus rect but no selection is made.
>
> I've also tried to use the OnClickEvent of browser to perform selection
> but
> without success.
>
> Any hint ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
Put this on any part of your code and see if it fixes the problem:
CLASS TArrayBrowse FROM XArrayBrowse
PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
ENDCLASS
This should help in case your problem is with TArrayBrowse controls.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Hi,
>
> I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
>
> Pressing the CTRL + click works OK
>
> Pressing the SHIFT + click does not work ( see attached image ). The
> clicked row is drawn with a focus rect but no selection is made.
>
> I've also tried to use the OnClickEvent of browser to perform selection
> but
> without success.
>
> Any hint ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
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: 53
- Registrado: Vie Mar 04, 2005 9:58 am
Browser Mutiple Selection
Giuseppe,
Put this on any part of your code and see if it fixes the problem:
CLASS TArrayBrowse FROM XArrayBrowse
PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
ENDCLASS
This should help in case your problem is with TArrayBrowse controls.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Hi,
>
> I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
>
> Pressing the CTRL + click works OK
>
> Pressing the SHIFT + click does not work ( see attached image ). The
> clicked row is drawn with a focus rect but no selection is made.
>
> I've also tried to use the OnClickEvent of browser to perform selection
> but
> without success.
>
> Any hint ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
Put this on any part of your code and see if it fixes the problem:
CLASS TArrayBrowse FROM XArrayBrowse
PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
ENDCLASS
This should help in case your problem is with TArrayBrowse controls.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Hi,
>
> I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
>
> Pressing the CTRL + click works OK
>
> Pressing the SHIFT + click does not work ( see attached image ). The
> clicked row is drawn with a focus rect but no selection is made.
>
> I've also tried to use the OnClickEvent of browser to perform selection
> but
> without success.
>
> Any hint ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
-
- Mensajes: 281
- Registrado: Vie Ago 04, 2006 4:58 pm
Browser Mutiple Selection
In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
scritto:
Ignacio,
Fixed. Thank you !
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
> Giuseppe,
>
> Put this on any part of your code and see if it fixes the problem:
>
> CLASS TArrayBrowse FROM XArrayBrowse
> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
> ENDCLASS
>
> This should help in case your problem is with TArrayBrowse controls.
>
> Regards,
>
> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>> Hi,
>>
>> I'm trying to use an array browser with nMarqueeStyle set to
bmHIGHLROWMS
>>
>> Pressing the CTRL + click works OK
>>
>> Pressing the SHIFT + click does not work ( see attached image ). The
>> clicked row is drawn with a focus rect but no selection is made.
>>
>> I've also tried to use the OnClickEvent of browser to perform selection
>> but
>> without success.
>>
>> Any hint ?
>>
>> --
>> Best regards,
>>
>> Giuseppe Bogetti
>> B.G. Soft
>> Cuneo - Italy
scritto:
Ignacio,
Fixed. Thank you !
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
> Giuseppe,
>
> Put this on any part of your code and see if it fixes the problem:
>
> CLASS TArrayBrowse FROM XArrayBrowse
> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
> ENDCLASS
>
> This should help in case your problem is with TArrayBrowse controls.
>
> Regards,
>
> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>> Hi,
>>
>> I'm trying to use an array browser with nMarqueeStyle set to
bmHIGHLROWMS
>>
>> Pressing the CTRL + click works OK
>>
>> Pressing the SHIFT + click does not work ( see attached image ). The
>> clicked row is drawn with a focus rect but no selection is made.
>>
>> I've also tried to use the OnClickEvent of browser to perform selection
>> but
>> without success.
>>
>> Any hint ?
>>
>> --
>> Best regards,
>>
>> Giuseppe Bogetti
>> B.G. Soft
>> Cuneo - Italy
-
- Mensajes: 281
- Registrado: Vie Ago 04, 2006 4:58 pm
Browser Mutiple Selection
In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
scritto:
Ignacio,
Fixed. Thank you !
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
> Giuseppe,
>
> Put this on any part of your code and see if it fixes the problem:
>
> CLASS TArrayBrowse FROM XArrayBrowse
> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
> ENDCLASS
>
> This should help in case your problem is with TArrayBrowse controls.
>
> Regards,
>
> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>> Hi,
>>
>> I'm trying to use an array browser with nMarqueeStyle set to
bmHIGHLROWMS
>>
>> Pressing the CTRL + click works OK
>>
>> Pressing the SHIFT + click does not work ( see attached image ). The
>> clicked row is drawn with a focus rect but no selection is made.
>>
>> I've also tried to use the OnClickEvent of browser to perform selection
>> but
>> without success.
>>
>> Any hint ?
>>
>> --
>> Best regards,
>>
>> Giuseppe Bogetti
>> B.G. Soft
>> Cuneo - Italy
scritto:
Ignacio,
Fixed. Thank you !
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
> Giuseppe,
>
> Put this on any part of your code and see if it fixes the problem:
>
> CLASS TArrayBrowse FROM XArrayBrowse
> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
> ENDCLASS
>
> This should help in case your problem is with TArrayBrowse controls.
>
> Regards,
>
> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>> Hi,
>>
>> I'm trying to use an array browser with nMarqueeStyle set to
bmHIGHLROWMS
>>
>> Pressing the CTRL + click works OK
>>
>> Pressing the SHIFT + click does not work ( see attached image ). The
>> clicked row is drawn with a focus rect but no selection is made.
>>
>> I've also tried to use the OnClickEvent of browser to perform selection
>> but
>> without success.
>>
>> Any hint ?
>>
>> --
>> Best regards,
>>
>> Giuseppe Bogetti
>> B.G. Soft
>> Cuneo - Italy
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Browser Mutiple Selection
Giusepe,
Thank you. Do not forget to erase those lines on next Xailer release.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:[email=1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...]1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...[/email]
> In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
> scritto:
>
> Ignacio,
>
> Fixed. Thank you !
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
>
>> Giuseppe,
>>
>> Put this on any part of your code and see if it fixes the problem:
>>
>> CLASS TArrayBrowse FROM XArrayBrowse
>> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
>> ENDCLASS
>>
>> This should help in case your problem is with TArrayBrowse controls.
>>
>> Regards,
>>
>> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
>> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>>> Hi,
>>>
>>> I'm trying to use an array browser with nMarqueeStyle set to
> bmHIGHLROWMS
>>>
>>> Pressing the CTRL + click works OK
>>>
>>> Pressing the SHIFT + click does not work ( see attached image ). The
>>> clicked row is drawn with a focus rect but no selection is made.
>>>
>>> I've also tried to use the OnClickEvent of browser to perform selection
>>> but
>>> without success.
>>>
>>> Any hint ?
>>>
>>> --
>>> Best regards,
>>>
>>> Giuseppe Bogetti
>>> B.G. Soft
>>> Cuneo - Italy
Thank you. Do not forget to erase those lines on next Xailer release.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:[email=1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...]1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...[/email]
> In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
> scritto:
>
> Ignacio,
>
> Fixed. Thank you !
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
>
>> Giuseppe,
>>
>> Put this on any part of your code and see if it fixes the problem:
>>
>> CLASS TArrayBrowse FROM XArrayBrowse
>> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
>> ENDCLASS
>>
>> This should help in case your problem is with TArrayBrowse controls.
>>
>> Regards,
>>
>> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
>> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>>> Hi,
>>>
>>> I'm trying to use an array browser with nMarqueeStyle set to
> bmHIGHLROWMS
>>>
>>> Pressing the CTRL + click works OK
>>>
>>> Pressing the SHIFT + click does not work ( see attached image ). The
>>> clicked row is drawn with a focus rect but no selection is made.
>>>
>>> I've also tried to use the OnClickEvent of browser to perform selection
>>> but
>>> without success.
>>>
>>> Any hint ?
>>>
>>> --
>>> Best regards,
>>>
>>> Giuseppe Bogetti
>>> B.G. Soft
>>> Cuneo - Italy
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: 53
- Registrado: Vie Mar 04, 2005 9:58 am
Browser Mutiple Selection
Giusepe,
Thank you. Do not forget to erase those lines on next Xailer release.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:[email=1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...]1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...[/email]
> In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
> scritto:
>
> Ignacio,
>
> Fixed. Thank you !
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
>
>> Giuseppe,
>>
>> Put this on any part of your code and see if it fixes the problem:
>>
>> CLASS TArrayBrowse FROM XArrayBrowse
>> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
>> ENDCLASS
>>
>> This should help in case your problem is with TArrayBrowse controls.
>>
>> Regards,
>>
>> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
>> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>>> Hi,
>>>
>>> I'm trying to use an array browser with nMarqueeStyle set to
> bmHIGHLROWMS
>>>
>>> Pressing the CTRL + click works OK
>>>
>>> Pressing the SHIFT + click does not work ( see attached image ). The
>>> clicked row is drawn with a focus rect but no selection is made.
>>>
>>> I've also tried to use the OnClickEvent of browser to perform selection
>>> but
>>> without success.
>>>
>>> Any hint ?
>>>
>>> --
>>> Best regards,
>>>
>>> Giuseppe Bogetti
>>> B.G. Soft
>>> Cuneo - Italy
Thank you. Do not forget to erase those lines on next Xailer release.
Regards,
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:[email=1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...]1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...[/email]
> In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
> scritto:
>
> Ignacio,
>
> Fixed. Thank you !
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
>
>> Giuseppe,
>>
>> Put this on any part of your code and see if it fixes the problem:
>>
>> CLASS TArrayBrowse FROM XArrayBrowse
>> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
>> ENDCLASS
>>
>> This should help in case your problem is with TArrayBrowse controls.
>>
>> Regards,
>>
>> "Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
>> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
>>> Hi,
>>>
>>> I'm trying to use an array browser with nMarqueeStyle set to
> bmHIGHLROWMS
>>>
>>> Pressing the CTRL + click works OK
>>>
>>> Pressing the SHIFT + click does not work ( see attached image ). The
>>> clicked row is drawn with a focus rect but no selection is made.
>>>
>>> I've also tried to use the OnClickEvent of browser to perform selection
>>> but
>>> without success.
>>>
>>> Any hint ?
>>>
>>> --
>>> Best regards,
>>>
>>> Giuseppe Bogetti
>>> B.G. Soft
>>> Cuneo - Italy