Skip to Main Content

E-Business Suite

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!

EBS R12 Disabled textfield how to allow copy

RajeshAlexMar 28 2020 — edited Feb 9 2021

EBS version 12.1.3  Forms version Forms [32 Bit] Version 10.1.2.3.0

I have a text item in a form  which is in disabled  state based  on certain conditions. However the end users would like to copy the text from the field

when it is disabled.

I am using below to disable the field .

            

        SET_ITEM_PROPERTY('XX.BATCH_SEQ',ENABLED, PROPERTY_FALSE);

Is this possible in 12.1.3 ? I have seen the standard/default forms in EBS which are disabled , allow to copy the text.

Thanks

Best Regards

Rajesh Alex

This post has been answered by yoonas on Mar 31 2020
Jump to Answer
Comments
Post Details
Added on Mar 28 2020
4 comments
124 views