Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What to show the user while COM Server objects are runni
Message
From
08/09/1999 09:29:32
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00261950
Message ID:
00262363
Views:
12
>I have created several MTS/DCOM objects. These objects process large datasets, reports etc... .5 to 1.5 gig in size and can sometimes take 30 min including indexing. At present the system freezes until the DCOM object finshes. Does anyone have any ideas what to present to the user while processing is happening. When the objects were local I was able to create a thermometer I have no clue what to do know because the is no UI in in-process servers????
>
>
>Thanks
>
>John Powers
>
>
>INFOLynx
You could show a form that plays an AVI while your process is running. Just set autorun to true and close your form after the process gives back control to the app. Like so:
do form playavi name myform
mymtsobject.dolenghtyprocess()
myform.release
Previous
Reply
Map
View

Click here to load this message in the networking platform