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!

call form/open form disabled item fields

vsmSep 2 2014 — edited Sep 5 2014

Hi,

I have one form DTCFM850TEST.fmb recently i have added two box field in the form

  my customer requirement form if called from another form/screen i.e. either using

  call or open form, we should not display the new fields

i have added in the WHEN-NEW-FORM-INSTANCE trigger

below code iam getting error present form.

Set_Item_Property(:CONTROL.SHOWALL, VISIBLE, PROPERTY_FALSE);

Set_Item_Property(:RULE_ITEM.CAM_DESCRIPTION, VISIBLE, PROPERTY_FALSE);

can please suggest the any changes

thanks..

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2014
Added on Sep 2 2014
10 comments
2,499 views