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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to disable a perticular item when you are in enter query mode

622131Aug 28 2008 — edited Aug 28 2008
hello experts,
i want to disable some perticular items when the form moves into enter query mode, in the trigger

KEY-ENTQRY

i have written this statement

set_item_property('EMPNO', enabled, property_false);

but it is not working .can any body suggest what can i do.
I want to do it programitically.

Regards
Anutosh

Comments

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

Post Details

Locked on Sep 25 2008
Added on Aug 28 2008
1 comment
277 views