Oracle Forms 10g
Hi All
I really appreciate if someone help me out. My requirement is that if user click any of the check box then push button (report1) should be enable otherwise its disable.
Please find the attached image for more details. Thanks in advance
I know one of the solution (see below) but I think its not right one because its firing trigger each time when check box change.
here is the code for that :
- IF :BLOCK.CHECKBOX='<VALUE>' THEN
Enabling and disabling an item in the form can be done by using
- SET_ITEM_PROPERTY('BLOCK.ITEM', ENABLED, PROPERTY_TRUE);
Regards
Matt
Message was edited by: Matt.