Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu selection clear read
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00117246
Message ID:
00117277
Vues:
20
>>I want to cleanup and close any opened screens when I select on another menu pad. How do I code that?
>
>I don't know what other chores have to be done, but the following should work:
>WHILE NOT EMPTY(WONTOP())
>  RELEASE WINDOW (WONTOP())
>ENDO
Whoops, syntax error! Try:
WHILE NOT EMPTY(WONTOP())
  RELEASE WINDOW (WONTOP())
ENDDO
Sorry,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform