Home » Developer & Programmer » Forms » Calling Html File in Forms (forms6i)
Calling Html File in Forms [message #307003] Mon, 17 March 2008 08:42 Go to next message
vjay
Messages: 16
Registered: December 2007
Location: chennai
Junior Member
Hi,
I have one problem . I heve some help files in html formate.so i am calling that files in application .by using host command
exp:- lv:='D:\amir\UserManual\MTINDENT.html';
host(lv,no_screen);
it's working but for opening that file it's taking 50 seconds to 75 seconds. so i tried in one more way

web.show_document('D:\amir\UserManual\MTINDENT.html','_blank');

it's not opening any page.so any alternative is there in forms6i to reduce time to 20sec to 30sec.

thanks
Re: Calling Html File in Forms [message #307015 is a reply to message #307003] Mon, 17 March 2008 09:34 Go to previous messageGo to next message
vakkalan
Messages: 20
Registered: January 2006
Location: US
Junior Member

1. How long does it take if you open your HTML file in IE?
2. When you use the web.showdocument.. does your forms server know the path of the html files? You should set up the virtual paths in the config section. Search otn on formsweb.cfg and it will lead to its subordinate files where the set up needs to happen.
3. If you are using the application server you can set the document path there and call that path using the http://machinename(host_name)/virtual path.

HTH
Harsha Vakkalanka
Re: Calling Html File in Forms [message #307174 is a reply to message #307015] Tue, 18 March 2008 01:38 Go to previous messageGo to next message
vjay
Messages: 16
Registered: December 2007
Location: chennai
Junior Member
In IE it's opening with in 10seconds to 15 sec.
i am using only two tire environment(client_server).
forms are in server from there it's maping to client .so the html files are stored in all client mechines. from there i am calling that files . if i am calling the files from server it's taking too long(90sec-120sec).So how can i decrease the time ??

Thanks,
Vjay
Re: Calling Html File in Forms [message #307472 is a reply to message #307174] Tue, 18 March 2008 23:55 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Can your change the html files so that any graphic images are loaded later?

David
Previous Topic: Migration from forms 6i to forms 10g
Next Topic: Problem installing ds 10g on vista
Goto Forum:
  


Current Time: Sun Feb 09 21:57:27 CST 2025