Forms10g Logon screen intresting question [message #194334] |
Thu, 21 September 2006 09:52 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
srbabu_2000
Messages: 3 Registered: September 2006
|
Junior Member |
|
|
Hi
We have the environment Forms10g, Reports10g with Application Server 10g on Database 10g.
We have the main login screen to take the user name and password, here for logging in to the application from this form we wrote the code on button (WHEN_BUTTON_PRESSED) to log in to the application.
When we are accessing the url like this
http://machine:7778/form/frmservlet?form=xxx.fmx
Its asking oracle login screen window userid, password & connect string. How can i avoid it and get our logon screen to take the user id & password.
|
|
|
Re: Forms10g Logon screen intresting question [message #194402 is a reply to message #194334] |
Fri, 22 September 2006 00:22 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
sandeepk7
Messages: 137 Registered: September 2006
|
Senior Member |
![sandeep_kushwaha](/forum/theme/orafaq/images/yahoo.png)
|
|
Quote: | We have the main login screen to take the user name and password, here for logging in to the application from this form we wrote the code on button (WHEN_BUTTON_PRESSED) to log in to the application.
|
I suppose you have coded to match the entered Username & password from existing table. while first of all you need to connect to oracle. That's why oracle login screen window is appearing.
perhaps you need to define userid/password@databasestring in default.env where you have defined your other parameters.
Sandy
|
|
|