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!

Passing parameter to Forms when running as standalone application

2750374Oct 11 2018 — edited Oct 11 2018

I'm working with Forms 12.2.1.2.

We recently went from using webstart/jnlp to the standalone version of forms (frmsal.jar). So far it has been much more reliable and allowed us to solve any future java issues.

Unfortunately i have one issue i have been unable to figure out. We used to call forms and pass parameters directly to some forms within a URL link. Is it possible to pass a form and parameters to forms when running as a standalone application?

Example of a URL link we would use. This would open a specific form and pass 2 parameters to the form.

blahblah.com:####/forms/frmservlet?config=webutil_webstart&form=Login_Automated&otherparams=start_screen=/u01/testForm+field1=123

This post has been answered by Michael Ferrante-Oracle on Oct 11 2018
Jump to Answer
Comments
Post Details
Added on Oct 11 2018
2 comments
874 views