Página 1 de 1

ToptionList

Publicado: Lun Sep 13, 2010 12:38 pm
por Pedro Sousa e Faro
Hi ,
I build a "ToptionList" with the Object Inspector .
I've have several "Subitems" in some "Items".
I need to disable by "code" some Subitems , but i notice that there isn't a
reference to that subitem.
How can we refer a subitem in a Toption List ?
Regards
Pedro Faro

ToptionList

Publicado: Lun Sep 13, 2010 12:53 pm
por ignacio
Pedro,
Use TOptionItem:aItems property.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
noticias:4c8dff1c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi ,
>
> I build a "ToptionList" with the Object Inspector .
>
> I've have several "Subitems" in some "Items".
>
> I need to disable by "code" some Subitems , but i notice that there isn't
> a reference to that subitem.
>
> How can we refer a subitem in a Toption List ?
>
> Regards
>
> Pedro Faro
>
>

ToptionList

Publicado: Lun Sep 13, 2010 5:21 pm
por Pedro Sousa e Faro
Hi Ignacio,
Thank's . Didn't see in Manual.
WITH OBJECT ::oOptionList1:aItems[1]
msginfo(len(:tOptionItem:aItems))
END
Regards
Pedro Faro
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> escreveu na
mensagem news:4c8e0297$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Pedro,
>
> Use TOptionItem:aItems property.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer / Xailer team]
> http://www.xailer.com
> http://www.xailer.info
> http://www.xailer.com/forum
> http://www.xailer.com/dokuwiki
>
>
> "Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
> noticias:4c8dff1c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi ,
>>
>> I build a "ToptionList" with the Object Inspector .
>>
>> I've have several "Subitems" in some "Items".
>>
>> I need to disable by "code" some Subitems , but i notice that there isn't
>> a reference to that subitem.
>>
>> How can we refer a subitem in a Toption List ?
>>
>> Regards
>>
>> Pedro Faro
>>
>>