Re: How I know the radio button name of a radio group at Runtime

From: Joaquin Garcia Santos <jis_at_iberdrolaingenieria.es>
Date: Thu, 8 Apr 1999 11:53:28 +0200
Message-ID: <7ehtsd$9jk$1_at_talia.mad.ttd.net>


Hello,
I think you want to modify the radio button that is selected. You can know the names if the names of your radio buttons are similar to their values:

Radio Group Name RG

Radio Button 1 Name RB1 Value 1
Radio Button 2 Name RB2 Value 2

if :block.RG = 1 then you know that RB1 is selected

Bye

Karsd escribió en mensaje <7ehvj8$6od$1_at_duke.telepac.pt>...
>Thanks,
>I don´t know button_name and i like Know it at runtime.
>
>Your Name escreveu na mensagem <01be8106$885b1510$e0a03398_at_us0041110>...
>>SET_RADIO_BUTTON_PROPERTY(item_id, button_name, property, x, y);
>>SET_RADIO_BUTTON_PROPERTY(item_name, button_name, property, x, y)
>>
>>
>>Karsd <Karsd_at_yahoo.com> wrote in article <7eckld$cr0$1_at_duke.telepac.pt>...
>>> hi,
>>>
>>> My problem as follow: I need to modify some properties of a radio
>>button
>>> but I don´t know, at Runtime, which is it name.
>>>
>>> Thanks
>>>
>>>
>>>
>
>
Received on Thu Apr 08 1999 - 11:53:28 CEST

Original text of this message