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.

TDBCheckBox in TBrowse

Xailer English public forum
Responder
Roberto
Mensajes: 177
Registrado: Mar Oct 16, 2007 11:53 pm

TDBCheckBox in TBrowse

Mensaje por Roberto »

Nice product!
How can I put a checkbox inside a TBrowse? Is it possible?
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9442
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TDBCheckBox in TBrowse

Mensaje por ignacio »

Roberto,
Check the TBrwColum:nEditType property.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"roberto" <roberto@top2.com.br> escribió en el mensaje
news:4668ae81$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Nice product!
>
> How can I put a checkbox inside a TBrowse? Is it possible?
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Gejza Horvath
Mensajes: 281
Registrado: Mar Ago 15, 2006 1:50 pm

TDBCheckBox in TBrowse

Mensaje por Gejza Horvath »

Ignacio,
I'm interesting too, and I think Roberto means to show a checkbox in a separate column to
simulate a checked/unchecked state and not to show a checkbox during the Edit method. BTW
the help file says nothing about checkbox editing type in TBrwColumn:nEdiType topic.
I'm missing a simple possibility to show to user a list of choises and let it to
check/uncheck the desired items. Any adwise (except ListBox with multiselect possibility)
Gejza Horvath
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:46690876$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Roberto,
>
> Check the TBrwColum:nEditType property.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "roberto" <roberto@top2.com.br> escribió en el mensaje
> news:4668ae81$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>
>> Nice product!
>>
>> How can I put a checkbox inside a TBrowse? Is it possible?
>
>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9442
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TDBCheckBox in TBrowse

Mensaje por ignacio »

Gejza,
TBrwColumn:nEditType shows all the possibilities you have. and the checbox
type is not present, I knew that.
To simulate a checkbox you may use two images, is quite easy to do.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=46691932@ozsrv2.ozlan.local...]46691932@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> I'm interesting too, and I think Roberto means to show a checkbox in a
> separate column to simulate a checked/unchecked state and not to show a
> checkbox during the Edit method. BTW the help file says nothing about
> checkbox editing type in TBrwColumn:nEdiType topic.
>
> I'm missing a simple possibility to show to user a list of choises and let
> it to check/uncheck the desired items. Any adwise (except ListBox with
> multiselect possibility)
>
> Gejza Horvath
>
>
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
> news:46690876$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Roberto,
>>
>> Check the TBrwColum:nEditType property.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> http://www.xailer.com
>>
>>
>> "roberto" <roberto@top2.com.br> escribió en el mensaje
>> news:4668ae81$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>
>>> Nice product!
>>>
>>> How can I put a checkbox inside a TBrowse? Is it possible?
>>
>>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9442
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TDBCheckBox in TBrowse

Mensaje por ignacio »

Gezja,
BTW, you may use a TreeView with no lines to simulate a one column Browse
and then you can use its property lCheckBoxes to have those check boxes.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> escribió en el mensaje
news:466919d4$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> TBrwColumn:nEditType shows all the possibilities you have. and the checbox
> type is not present, I knew that.
>
> To simulate a checkbox you may use two images, is quite easy to do.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=46691932@ozsrv2.ozlan.local...]46691932@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>>
>> I'm interesting too, and I think Roberto means to show a checkbox in a
>> separate column to simulate a checked/unchecked state and not to show a
>> checkbox during the Edit method. BTW the help file says nothing about
>> checkbox editing type in TBrwColumn:nEdiType topic.
>>
>> I'm missing a simple possibility to show to user a list of choises and
>> let it to check/uncheck the desired items. Any adwise (except ListBox
>> with multiselect possibility)
>>
>> Gejza Horvath
>>
>>
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>> news:46690876$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Roberto,
>>>
>>> Check the TBrwColum:nEditType property.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> http://www.xailer.com
>>>
>>>
>>> "roberto" <roberto@top2.com.br> escribió en el mensaje
>>> news:4668ae81$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>>
>>>> Nice product!
>>>>
>>>> How can I put a checkbox inside a TBrowse? Is it possible?
>>>
>>>
>>
>>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Roberto
Mensajes: 177
Registrado: Mar Oct 16, 2007 11:53 pm

TDBCheckBox in TBrowse

Mensaje por Roberto »

Can you show an example?
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>Gejza,
>
>TBrwColumn:nEditType shows all the possibilities you have. and the checbox
>type is not present, I knew that.
>
>To simulate a checkbox you may use two images, is quite easy to do.
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>
>
>"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>news:[email=46691932@ozsrv2.ozlan.local...]46691932@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>>
>> I'm interesting too, and I think Roberto means to show a checkbox in a
>> separate column to simulate a checked/unchecked state and not to show
a
>> checkbox during the Edit method. BTW the help file says nothing about
>> checkbox editing type in TBrwColumn:nEdiType topic.
>>
>> I'm missing a simple possibility to show to user a list of choises and
let
>> it to check/uncheck the desired items. Any adwise (except ListBox with
>> multiselect possibility)
>>
>> Gejza Horvath
>>
>>
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>> news:46690876$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Roberto,
>>>
>>> Check the TBrwColum:nEditType property.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> http://www.xailer.com
>>>
>>>
>>> "roberto" <roberto@top2.com.br> escribió en el mensaje
>>> news:4668ae81$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>>
>>>> Nice product!
>>>>
>>>> How can I put a checkbox inside a TBrowse? Is it possible?
>>>
>>>
>>
>>
>
>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9442
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TDBCheckBox in TBrowse

Mensaje por ignacio »

Roberto,
TBrwColumn:OnGetData := {|oSender, Value, nImage| IIF( Value, nImage := 1,
nImage := 2 ) }
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"roberto" <roberto@top2.com.br> escribió en el mensaje
news:466970fc$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Can you show an example?
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>>Gejza,
>>
>>TBrwColumn:nEditType shows all the possibilities you have. and the checbox
>
>>type is not present, I knew that.
>>
>>To simulate a checkbox you may use two images, is quite easy to do.
>>
>>Regards,
>>
>>--
>>Ignacio Ortiz de Zúñiga
>>http://www.xailer.com
>>
>>
>>"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>>news:[email=46691932@ozsrv2.ozlan.local...]46691932@ozsrv2.ozlan.local...[/email]
>>> Ignacio,
>>>
>>> I'm interesting too, and I think Roberto means to show a checkbox in a
>
>>> separate column to simulate a checked/unchecked state and not to show
> a
>>> checkbox during the Edit method. BTW the help file says nothing about
>
>>> checkbox editing type in TBrwColumn:nEdiType topic.
>>>
>>> I'm missing a simple possibility to show to user a list of choises and
> let
>>> it to check/uncheck the desired items. Any adwise (except ListBox with
>
>>> multiselect possibility)
>>>
>>> Gejza Horvath
>>>
>>>
>>>
>>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>
>>> news:46690876$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>> Roberto,
>>>>
>>>> Check the TBrwColum:nEditType property.
>>>>
>>>> Regards,
>>>>
>>>> --
>>>> Ignacio Ortiz de Zúñiga
>>>> http://www.xailer.com
>>>>
>>>>
>>>> "roberto" <roberto@top2.com.br> escribió en el mensaje
>>>> news:4668ae81$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>>>
>>>>> Nice product!
>>>>>
>>>>> How can I put a checkbox inside a TBrowse? Is it possible?
>>>>
>>>>
>>>
>>>
>>
>>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Roberto
Mensajes: 177
Registrado: Mar Oct 16, 2007 11:53 pm

TDBCheckBox in TBrowse

Mensaje por Roberto »

Nice product, nice support! :o)
Tks,
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>Roberto,
>
>TBrwColumn:OnGetData := {|oSender, Value, nImage| IIF( Value, nImage :=
1,
>nImage := 2 ) }
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>
>
>"roberto" <roberto@top2.com.br> escribió en el mensaje
>news:466970fc$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>
>> Can you show an example?
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>>>Gejza,
>>>
>>>TBrwColumn:nEditType shows all the possibilities you have. and the checbox
>>
>>>type is not present, I knew that.
>>>
>>>To simulate a checkbox you may use two images, is quite easy to do.
>>>
>>>Regards,
>>>
>>>--
>>>Ignacio Ortiz de Zúñiga
>>>http://www.xailer.com
>>>
>>>
>>>"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>>>news:[email=46691932@ozsrv2.ozlan.local...]46691932@ozsrv2.ozlan.local...[/email]
>>>> Ignacio,
>>>>
>>>> I'm interesting too, and I think Roberto means to show a checkbox in
a
>>
>>>> separate column to simulate a checked/unchecked state and not to show
>> a
>>>> checkbox during the Edit method. BTW the help file says nothing about
>>
>>>> checkbox editing type in TBrwColumn:nEdiType topic.
>>>>
>>>> I'm missing a simple possibility to show to user a list of choises and
>> let
>>>> it to check/uncheck the desired items. Any adwise (except ListBox with
>>
>>>> multiselect possibility)
>>>>
>>>> Gejza Horvath
>>>>
>>>>
>>>>
>>>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>>
>>>> news:46690876$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>>> Roberto,
>>>>>
>>>>> Check the TBrwColum:nEditType property.
>>>>>
>>>>> Regards,
>>>>>
>>>>> --
>>>>> Ignacio Ortiz de Zúñiga
>>>>> http://www.xailer.com
>>>>>
>>>>>
>>>>> "roberto" <roberto@top2.com.br> escribió en el mensaje
>>>>> news:4668ae81$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>>>>
>>>>>> Nice product!
>>>>>>
>>>>>> How can I put a checkbox inside a TBrowse? Is it possible?
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>
>
Gejza Horvath
Mensajes: 281
Registrado: Mar Ago 15, 2006 1:50 pm

TDBCheckBox in TBrowse

Mensaje por Gejza Horvath »

Thanks Ignacio,
I like your support..
Gejza
Responder