Calling Html File in Forms [message #307003] |
Mon, 17 March 2008 08:42 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
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 #307174 is a reply to message #307015] |
Tue, 18 March 2008 01:38 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
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
|
|
|
|