Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pause code execution...help...!
Message
De
16/02/2002 16:48:02
 
 
À
16/02/2002 07:22:23
Kumar Anturekar
Tandon Information Solutions Pvt. Ltd.
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00621092
Message ID:
00621185
Vues:
15
>Hi,
>
>I am facing a problem with code execution,
>
>I am calling a form (which is modal) with NOSHOW option.
>
>This form does some processing and automatically unloads.
>
>It is processing the form in background..... but it is not waiting for the form to close. The control is shifted to the next statement following the
>
>DO FORM "formname" WITH "parameters" TO "variable" NOSHOW
>
>Now my next statement depends on the variable which is returned by the form.
>
>Please note that I dont want to use DO WHILE...ENDDO or FOR...ENDFOR as this hampers my foreground process by giving a wait status.
>
>I would be gratefull if you could help me.
>
>Thanks & Regards,
>KUMAR.

After
DO FORM "formname" WITH "parameters" TO "variable" NOSHOW
try adding the following line:
formname.Release
If you have some kind-of long processing - move the code in the init event of the form.

HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform