03-11-2008, 01:09 PM
Hi All,
I am using Descriptive Programming for my project and application has 10 pages.
On some page we have to select options from drop down. At that time it takes lot of time refresh the page. But because of this slow loading of page scripts are getting failed. To overcome from this issue i have used "wait" statement, but the proble is some time the application will get loaded quickly. At that time "wait" statement make scripts to wait for long time even the page loaded. I have used "Sync" but no use in DP.
Some time i did use
Apart from this, is there any more solutions for my issue?
Regards
Raj
I am using Descriptive Programming for my project and application has 10 pages.
On some page we have to select options from drop down. At that time it takes lot of time refresh the page. But because of this slow loading of page scripts are getting failed. To overcome from this issue i have used "wait" statement, but the proble is some time the application will get loaded quickly. At that time "wait" statement make scripts to wait for long time even the page loaded. I have used "Sync" but no use in DP.
Some time i did use
Code:
Do Until i=10
i=i-1
If i<10 Then Exit Do
Loop
Apart from this, is there any more solutions for my issue?
Regards
Raj