Call a form on the web without having to connect to

Hello. I use Oracle forms Developer 10 g and claim several forms to a web server. From the opening of the form called, he always asks for a username, password and database. However, in one application, I would like to get rid of this log-in. I want to call a form directly from web through formsweb.cfg directory. How can I do this? Thank you

Hello

If you do not want to be asked for the username and password just to add next to the logon trigger YOU to form of the application you want for this purpose:

null;

All of this:

 I want to call a form directly from web thru the directory of formsweb.cfg. How do i do this?

In this file, you set configurations, for example [webutil] or [YPI] then you could have your own configuration as [myConfig] and later call it through the URL as:

http://hostname:port/forms/frmweb?config=myConfig

For the new configuration, you can set several options as the default value of form was displayed when you run this configuration:

form=myTestForm.fmx

I hope this help you :)

Concerning
Carlos

Tags: Oracle Development

Similar Questions

Maybe you are looking for