Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do while do form does not wait
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00483022
Message ID:
00483071
Vues:
9
I think you need to use a modul form to have it wait.

>I have the following code
>
>m.fh = open("textfile")
>
>do while !feof(m.fh)
> m.str = fgets(m.fh)
>
> do form with &str.
>enddo
>
>= fclose(m.fh)
>
>the form above have a command button with a click procedure. What happens that the do forms are executed and then after all the forms are open the click is allowed in the opposite order to for creation thus I end up clicking the last form first and backwards
>
>what is happening.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform