Changing the Window title
29406Mar 28 2007 — edited Mar 29 2007Hi,
I am using forms 10g version and like to know if there is any possible way I can change the window title from,
'http://192.168.x.x - Oracle Application Server Forms Services - Microsoft Internet Explorer'
to other wordings ?
I have tried to use, SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'New Title'); but not successful.
My existing settings of formsweb.cfg are,
[default]
separateFrame=false
[sepwin]
separateFrame=True
Thanks in advance.