Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing a form
Message
De
06/03/2003 14:02:47
 
 
À
06/03/2003 13:35:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00762329
Message ID:
00762358
Vues:
9
To add to Hilmar's suggestion, in the queryunload() method you can inspect the form's releaseType property to determine if the close box was pressed, something like:
* queryUnload()
if thisform.releaseType = 1
    return .f.
endif
>I would like to know how to prevent my user from closing the project using the "Close (X)" at the top rightmost side of VFP screen. I am wondering if this can be disabled.
>
>Thanks a lot,
>
>Nerissa
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform