Oracle Forms (MOSC)

MOSC Banner

Oracle forms 6i question

edited Oct 7, 2013 4:05AM in Oracle Forms (MOSC) 2 commentsAnswered
Hello,
I have a need where based on the contact method the time zone field needs to remain grayed out.

For e.g. in the code snippet below, if user select pref_method as 'EMAIL' then the TIME_ZONE field needs to be UPDATE NOT ALLOWED.

If the user selects "PHONE" then time_zone method can be updateable.

The problem is;  following code is not working.  It grays out the timezone field when user selects  EMAIL, but still user can navigate to the TIME_ZONE field and update. 

What am I missing?

currec number := SYSTEM.CUSROSR_RECORD;

if :block_account_contact.pref_method != 'PHONE' then

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center