Página 1 de 1

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 3:18 am
por Roberto
Nice product!
How can I put a checkbox inside a TBrowse? Is it possible?

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 9:42 am
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?

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 10:52 am
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?
>
>

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 10:56 am
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?
>>
>>
>
>

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 10:59 am
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?
>>>
>>>
>>
>>
>
>

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 5:08 pm
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?
>>>
>>>
>>
>>
>
>

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 5:18 pm
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?
>>>>
>>>>
>>>
>>>
>>
>>
>

TDBCheckBox in TBrowse

Publicado: Vie Jun 08, 2007 7:58 pm
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?
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>
>

TDBCheckBox in TBrowse

Publicado: Lun Jun 11, 2007 7:06 am
por Gejza Horvath
Thanks Ignacio,
I like your support..
Gejza