Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What to show the user while COM Server objects are runni
Message
De
08/09/1999 09:29:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00261950
Message ID:
00262363
Vues:
11
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform