Hello,
I seem to have a problem in my code written in the When_radio_changed
trigger of a radio group called "TYPE" and the reutn values are set as "w" in one and "r" in the other radio button... and here is the code :
if :TYPE='r'
then set_item_property('TEX_P_ID',Visible,'Yes');
else if :TYPE='w'
then set_item_property('TEX_P_ID',Visible,'NO');
end if;
end if;
the error i : FRM-41046: invalid parameter used for set_item_propery.
Can Anyone Help PLease?