oracleforms - PrePopulate Fields in Oracle Login Screen -


i have oracle forms web application runs on applet. login screen default oracle login form containing username, password , database fields.

is there way auto populate username , database fields based on url users need enter password every time open application?

thanks.

you can call logon buil-in on on-logon trigger this, example below:

write form level on-logon trigger following:

logon('yourusername','@dbstring'); 

Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -