Radiobutton value doesn't change when query [message #394997] |
Tue, 31 March 2009 00:13 |
sinida1984
Messages: 83 Registered: September 2007 Location: India
|
Member |
|
|
Hi
I have a form in which one radiogroup is there. But only when in the entry mode i can change the radio button. When querying, even if the radio button is enabled, the value i cannot change. Can anyone help me please.
Thanks and Regards
Sinida
|
|
|
|
|
|
Re: Radiobutton value doesn't change when query [message #395350 is a reply to message #395049] |
Wed, 01 April 2009 03:37 |
sinida1984
Messages: 83 Registered: September 2007 Location: India
|
Member |
|
|
Hi
There was one procedure in that form which is called somewhere in which the below code was also there
If get_item_property(w_block||'.'||w_item,item_type) in('TEXT ITEM','LIST','CHECKBOX') then
Set_item_property(w_block||'.'||w_item,insert_allowed,property_true);
Set_item_property(w_block||'.'||w_item,update_allowed,property_true);
i added ,'RADIO GROUP' following checkbox. Now it is working.
Thanks and regards
Sinida
|
|
|