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!

Display error message in oracle forms

Muhammad Salman RafiqueApr 9 2015 — edited Apr 10 2015

hi how to display error message in oracle forms

i used this code on button event when button pressed trigger

FORMS_DDL('CREATE USER '||:USER.USERNAME||' IDENTIFIED BY '||:USER.PASSWORD);

FORMS_DDL('GRANT CREATE SESSION TO '||:USER.USERNAME);

i want to display error message when user leave username and password field and and value in this field are null then it show error message and not execute code that i mention above !!!

and i don't want to use required field set to true i want to code on plsql

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2015
Added on Apr 9 2015
5 comments
5,011 views