Skip to Main Content

APEX

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!

Checkbox w/ default Y

Erikp-OracleOct 19 2003 — edited Oct 20 2003
I've created a checkbox LOV as follows:
select null, 'Y' from dual

When I use this checkbox w/ the default value being null all works well. The default is only shown at the start, and if the box is checked it is shown checked.

But when I set the default value to Y, it always shows up a checked on the form, even if the column value was null.

Any suggestions?

Here is some related information:
Default Value Type: Static Text with Session State Substitutions

Thanks!
-Erik
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2003
Added on Oct 19 2003
1 comment
595 views