help plzzz, its urgent [message #309186] |
Wed, 26 March 2008 14:37  |
syedalisajjad
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
Hi
i want to disable the login which appears every time i run a form.
i mean is it possible?
like when we run a form it asks for user name, password and connect
string.....
now what i want is that is there any way to stop that login appearing every time i run a form?
like is there any way to store the user name and password and when ever i run a form it is already connected and the login screen doesn't appear!
plzzzzz help
|
|
|
|
|
Re: help plzzz, its urgent [message #309191 is a reply to message #309188] |
Wed, 26 March 2008 14:48   |
syedalisajjad
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
developer 10g
there's no client i m making a final year project!
i have created a login form and i want to disable the built in login form of oracle which asks to give user name password and host string
|
|
|
Re: help plzzz, its urgent [message #309192 is a reply to message #309186] |
Wed, 26 March 2008 14:53   |
Kaeluan
Messages: 179 Registered: May 2005 Location: Montreal, Quebec
|
Senior Member |
|
|
If you using URL you can try something like this where you specify userid parameter.
http://wmtxpinf061.optimum.inc:8889/forms/frmservlet?config=fto&form=portail.fmx&userid=user/pass@db
or you can also edit your forsweb.cfg file to create a config section like mine config=fto with setting like this and set your userid there instead so it will not appear in the URL
[fto]
envfile=FTO.env
separateFrame=True
width=1024
height=768
userid=user/pass@db
otherparams=
logo=no
WebUtilArchive=frmwebutil.jar,jacob.jar,bigtextarea.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
#baseHTMLjinitiator=webutiljini.htm
#baseHTMLjpi=webutiljpi.htm
#baseHTMLJInitiator=basejpi.htm
baseHTMLJInitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
disableMDIScrollbars=false
Hope it help
|
|
|
Re: help plzzz, its urgent [message #309193 is a reply to message #309191] |
Wed, 26 March 2008 14:53   |
syedalisajjad
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
i think u people r not understanding me
i created a new user ali
i m running the form from form builder
i have three types of user admin,manager and employee
i have created a login form my self
now i want that the built in login form of oracle doesn't appear!
like whenever someone logs in to the system he doesn't have to give the host string etc.....it should be already connected
|
|
|
|
|
|
|
|
Re: help plzzz, its urgent [message #309285 is a reply to message #309269] |
Thu, 27 March 2008 00:36  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Try searching this forum for 'login' or 'logon'. There are plenty of threads including some with working forms attached.
David
|
|
|