Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Enable push button

Shadow123Jun 15 2016 — edited Jun 16 2016

Capture.JPGOracle 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 :

  1. IF :BLOCK.CHECKBOX='<VALUE>' THEN

Enabling and disabling an item in the form can be done by using

  1. SET_ITEM_PROPERTY('BLOCK.ITEM', ENABLED, PROPERTY_TRUE);

Regards

Matt

Message was edited by: Matt.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2016
Added on Jun 15 2016
4 comments
1,396 views