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!

disableing an item in enter query mode

622131Aug 28 2008 — edited Aug 29 2008
Hello experts,
i want that a perticular item will be disabled after you press enter button of query menu.(or query->enter).Can any body please tell me what is the actual trigger in which i write the disable statement.

set_item_property('itemname', enabled, property_false);


Regards
Anutosh
This post has been answered by 611407 on Aug 29 2008
Jump to Answer

Comments

sbeck-Oracle
Answer

Hello,

There is a number appended to the actual name of the item being "renamed".  Whether that is the object being imported or the existing object.  Please be aware that every object contained in the EUL has an internal identifier.  The internal identifier does not change for existing items being renamed.  Items being imported are given a new identifier.
In order to keep the EUL "cleaner", it is recommended to use the Refresh option.  This will prevent "duplicates" of anything being imported that already exists in the EUL (Item, Folder, BA, Item Class, etc.).  Refresh also maintains the original internal identifier. 
The only drawback to using Refresh is anything removed from the "FROM" EUL that was exported, will still remain in the "TO" EUL.  For example, if Field1 was removed from FolderX in EULa prior to export, when you import into EULb with refresh option, Field1 will still exist in EULb FolderX.  The import does not "match" content that exists against that being imported.  Just refreshes the objects of the same name.

There is no other logging that will provide added information.

Regards,
Sharon

Please be aware premier support for Discoverer 11g ended June 2014.  Version 11.1.1.7.0 is the final / terminal release of the Discoverer product.  Discoverer is under sustaining support, which limits our ability to assist you.  Please review the alert section at the bottom of this update.

Discoverer is at end of life.  Any software update (OS, browser, Java, WLS, EBS, etc.) released after June 2014 has not specifically been certified or tested and may cause issues for Discoverer.  Therefore, it is important to maintain a stable Discoverer environment for as long as it takes to move to OBIEE or other replacement.

Marked as Answer by TR7 · Sep 27 2020
TR7

Thank you Sharon.

I have a follow up question: if you are importing an .eex file, and the only difference between the object being imported and the existing object is an update to custom SQL, and you use the refresh/merge option, then does the import replace the custom sql in the existing object with the updated custom sql; i.e., the custom SQL is replaced?

sbeck-Oracle

The SQL will be replaced.

Regards,
Sharon

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 26 2008
Added on Aug 28 2008
17 comments
6,822 views