Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show progress pages
Message
 
To
24/09/2004 21:09:38
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00945944
Message ID:
00946027
Views:
23
>If I have a large and complicated (slow) page nothing displays until the entire function is complete. http://localhost/test.joe run the joeprocess through WC.dll OK, but nothing shows until the entire function TEST is complete
>
>Even if I put Response.ExpandTemplate("c:\inetpub\fox\step1.wc","") as the first line of the function, it will not expand the WC template file until the entire function is complete.
>
>Can I send a html page out (or several pages in a row) showing various steps of progress and then when the function is complete, clear everything and show the results page?

You need to run the process asynchronously. Web Connection has an async server available. Lookup "async" in the help file. If you have the WebRAD book, there's a good example in there too.
Previous
Reply
Map
View

Click here to load this message in the networking platform