Home » Developer & Programmer » Forms » hiding url in the run time (windows XP2)
hiding url in the run time [message #470976] Wed, 11 August 2010 12:27 Go to next message
kalpataru
Messages: 72
Registered: January 2010
Location: INDIA
Member
hi gurus,
i am using oracle forms 10g, i have developed a form
i am running that form it is showing in the web browser
http://192.168.0.15:8889/frm/frmservlet/?from=xyz.fmx
can i hide the this 'frm/frmservlet/?from=xyz.fmx'
information form others
i don't wnat to show the form name at the run time

and how hie this window at run time
format of the first windows at run time
1st window===>
Action Edit Query Block Record Field Help Window ORACLE



please replay....
Re: hiding url in the run time [message #471007 is a reply to message #470976] Thu, 12 August 2010 00:00 Go to previous messageGo to next message
ganesh_jadhav0509
Messages: 74
Registered: May 2007
Location: Chester
Member

Hi,

I don't know about "frm/frmservlet?" but you can hide initial form name.

You can add parameter in formsweb.cfg as "FORM = abc.fmx"

It Will be somewhat look like ...
[account]
form=abc.fmx
userid=username/password@connect_string
width=1050
height=1050
colorScheme=teal
align=baseline
webformsTitle=title
Logo=no
serverApp=default
Background=NO
Re: hiding url in the run time [message #471370 is a reply to message #471007] Fri, 13 August 2010 11:55 Go to previous messageGo to next message
kalpataru
Messages: 72
Registered: January 2010
Location: INDIA
Member
can anybody else tell me the best way for doing this..
i have already given in my previous post..
help me for hiding the forms runtime URL...
Re: hiding url in the run time [message #471426 is a reply to message #471370] Sat, 14 August 2010 05:21 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Quote:

hi gurus,
i am using oracle forms 10g, i have developed a form
i am running that form it is showing in the web browser
http://192.168.0.15:8889/frm/frmservlet/?from=xyz.fmx
can i hide the this 'frm/frmservlet/?from=xyz.fmx'



As my understanding we can't hide this URL in the web browser.

http://192.168.0.15:8889/frm/frmservlet/?from=xyz.fmx


Please also read this post.

http://www.orafaq.com/forum/m/282053/81953/?srch=Hide+user+name+%26+password#msg_282053


Regards,

Irfan
Re: hiding url in the run time [message #471433 is a reply to message #471426] Sat, 14 August 2010 08:45 Go to previous messageGo to next message
kalpataru
Messages: 72
Registered: January 2010
Location: INDIA
Member
hi irfan,
i have already seen this part frm/frmservlet/?from=xyz.fmx
hidden in the url how can you say that we can't hide this..

please replay....
Re: hiding url in the run time [message #471560 is a reply to message #471433] Mon, 16 August 2010 03:12 Go to previous messageGo to next message
wjw31607618
Messages: 2
Registered: March 2010
Location: China
Junior Member
Dear ganesh,

I have added following code in '\formsweb.cfg', but cannot hide form name. pls guide me.
[account]
form=abc.fmx
userid=username/password@connect_string
width=1050
height=1050
colorScheme=teal
align=baseline
webformsTitle=title
Logo=no
serverApp=default
Background=NO
Re: hiding url in the run time [message #471679 is a reply to message #471560] Mon, 16 August 2010 12:29 Go to previous messageGo to next message
Kevin58
Messages: 79
Registered: January 2009
Member
wjw31607618 wrote on Mon, 16 August 2010 03:12
Dear ganesh,

I have added following code in '\formsweb.cfg', but cannot hide form name. pls guide me.
[account]
form=abc.fmx
userid=username/password@connect_string
width=1050
height=1050
colorScheme=teal
align=baseline
webformsTitle=title
Logo=no
serverApp=default
Background=NO


You could change your preference in designer to use:
http://192.168.0.15:8889/frm/frmservlet?config=account

Since the segment already specifies the form= parameter it should launch the "abc.fmx" form.

You can edit the runtime tab on the preferences window.
(Application Server URL:)

Hope that helps!
Re: hiding url in the run time [message #473504 is a reply to message #471679] Sun, 29 August 2010 13:08 Go to previous messageGo to next message
kalpataru
Messages: 72
Registered: January 2010
Location: INDIA
Member
hi all,
i want hide default main menu which is appear at run time when we run a any .fmb form.

please reply....
Re: hiding url in the run time [message #473546 is a reply to message #473504] Mon, 30 August 2010 03:19 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Dear,

Try this.
Go to Form Module then Set Menu Module property Empty.

/forum/fa/8235/0/

Regards,

Irfan

Re: hiding url in the run time [message #473622 is a reply to message #473546] Mon, 30 August 2010 12:57 Go to previous messageGo to next message
kalpataru
Messages: 72
Registered: January 2010
Location: INDIA
Member
hi ranamirfan,
i know this but i want to hide main-menu window
means on which black bar the default main-menu appears...
any idea..

please reply....
Re: hiding url in the run time [message #473690 is a reply to message #473622] Tue, 31 August 2010 03:34 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Sorry - No Idea about it.
Re: hiding url in the run time [message #473968 is a reply to message #473690] Wed, 01 September 2010 12:30 Go to previous messageGo to next message
kalpataru
Messages: 72
Registered: January 2010
Location: INDIA
Member
hi all,
i know this how to hide the main-menu but i want to hide main-menu window
means on which black bar the default main-menu appears...
anybody else have any idea..

please reply....
Re: hiding url in the run time [message #474124 is a reply to message #473968] Thu, 02 September 2010 23:20 Go to previous messageGo to next message
samit_gandhi
Messages: 226
Registered: July 2005
Location: Hong Kong
Senior Member

Create one extra menu item in your custom menu name Window
Change its property to Menu Item Type='Magic'

so it will hide.

Samit Gandhi
Re: hiding url in the run time [message #474217 is a reply to message #474124] Fri, 03 September 2010 10:38 Go to previous message
kalpataru
Messages: 72
Registered: January 2010
Location: INDIA
Member
Hi Samit_Gandhi,
i think you have not understood my question properly
my dear i want hide the default window on which the default main-menu bar is comming..

what you post i have already tried but it was not successful.
i want to only show th module-window not any thing else as comming in run time by-default..

please reply..
Previous Topic: Alter Session
Next Topic: Error While Compling Package Body
Goto Forum:
  


Current Time: Thu Sep 19 12:57:30 CDT 2024