Starting an Oracle web form on computer startup [message #515668] |
Tue, 12 July 2011 18:11 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/e8615f3602bb38b2fdec260bd0738b56?s=64&d=mm&r=g) |
aaichah
Messages: 24 Registered: July 2011 Location: Ottawa
|
Junior Member |
|
|
I am developing an Oracle web form and I need the form(fmx) to start when the user turns on the computer. We don't want to go the usual way of going thru the Portal page to get to the form.
If there is a way to display Oracle web forms thru a link or any other way please advice.
We used to do it in client/server, using Orale forms 6i, by setting the property of the fmx shortcut, and hardcoding the username/password. Here we will create a generic usename, put that shortcut into the autostart-folder, and if there is a way run it when the user turns on the computer.
Thanks for any input
|
|
|
Re: Starting an Oracle web form on computer startup [message #515716 is a reply to message #515668] |
Wed, 13 July 2011 00:53 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Forms 10 run on the web. A form is opened in your web browser. It (a form) has its URL. So - put call to the web browser into the Startup folder. In FORMSWEB.CFG file, create a named configuration section (NCS) that will contain login credentials. Then use NCS in browser's URL. For example, if NCS is called "kc_sec", target URL might look like this:
"C:\Program Files\Internet Explorer\iexplore.exe" http://ias_gol/clt/?/forms90/f90servlet?config=kc_sec
[Updated on: Wed, 13 July 2011 00:54] Report message to a moderator
|
|
|