Home » Developer & Programmer » Forms » help plzzz, its urgent (Developer 10g Forms)
help plzzz, its urgent [message #309186] Wed, 26 March 2008 14:37 Go to next message
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 #309188 is a reply to message #309186] Wed, 26 March 2008 14:44 Go to previous messageGo to next message
vakkalan
Messages: 20
Registered: January 2006
Location: US
Junior Member

What environment is it?
Is it client server or Web?
Is it one login for all the users?
Re: help plzzz, its urgent [message #309190 is a reply to message #309186] Wed, 26 March 2008 14:47 Go to previous messageGo to next message
Kaeluan
Messages: 179
Registered: May 2005
Location: Montreal, Quebec
Senior Member
What version of forms you using?

and how you running it? from forms builder or from App Server?


ok..ok.. Vak was faster than me for asking Razz

[Updated on: Wed, 26 March 2008 14:48]

Report message to a moderator

Re: help plzzz, its urgent [message #309191 is a reply to message #309188] Wed, 26 March 2008 14:48 Go to previous messageGo to next message
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 Go to previous messageGo to next message
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 Go to previous messageGo to next message
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 #309194 is a reply to message #309186] Wed, 26 March 2008 14:56 Go to previous messageGo to next message
Kaeluan
Messages: 179
Registered: May 2005
Location: Montreal, Quebec
Senior Member
Like i just say, with my trick you will not get prompted since it will connect automatically
Re: help plzzz, its urgent [message #309197 is a reply to message #309194] Wed, 26 March 2008 14:59 Go to previous messageGo to next message
syedalisajjad
Messages: 8
Registered: March 2008
Junior Member
kindly tell me that in in which folder i will find this file "forsweb.cfg" ?

and thanks
Re: help plzzz, its urgent [message #309199 is a reply to message #309186] Wed, 26 March 2008 15:02 Go to previous messageGo to next message
Kaeluan
Messages: 179
Registered: May 2005
Location: Montreal, Quebec
Senior Member
Typo error in filename, it`s formsweb.cfg and should be in folder C:\Oracle\Ora10gds\forms\server

and since you run it from form builder, you will need to modify a setting in the menu edit-preferences. go in the runtime tab and set the value of "Application server URL" to something like
http://wmtxpinf061.optimum.inc:8889/forms/frmservlet?config=fto

where you can set the config parameter
Re: help plzzz, its urgent [message #309200 is a reply to message #309199] Wed, 26 March 2008 15:04 Go to previous messageGo to next message
syedalisajjad
Messages: 8
Registered: March 2008
Junior Member
thank u for response
Re: help plzzz, its urgent [message #309269 is a reply to message #309186] Wed, 26 March 2008 23:41 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
see onlogin trigger...
Re: help plzzz, its urgent [message #309285 is a reply to message #309269] Thu, 27 March 2008 00:36 Go to previous message
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
Previous Topic: Accessing forms database tables
Next Topic: FRM-47321: Data USed to populate tree is invalid
Goto Forum:
  


Current Time: Tue Feb 11 04:49:42 CST 2025