Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which method
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00436432
Message ID:
00436443
Vues:
30
>I have a listbox and in the click it reads:
>
>"datbase=allt(this.value)
>do form action1
>release thisform"
>
>but the form never gets released, Should I put the "release thisform" somewhere else?
AT the end of the lass method that processes the stuff action does, add the line thisform.release, or maybe,
datbase=allt(this.value)
do form action1
action1.release
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform