Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing a form
Message
 
À
06/03/2003 13:35:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00762329
Message ID:
00762350
Vues:
10
I used to use a custom on shutdown procedure, like:

on shutdown do igoodbye
*----------
Procedure igoodbye
local lcwindow
lcwindow=wontop()
if not empty(wontop())
if messagebox("There is User Dialog >"+lcwindow +"< still open?!"+chr(13)+;
"Do you want to close it?",4,lcMsgBox)=6
release window (lcwindow)
else
RETURN
endif
endif
....
clear windows
Clear events
.....
quit
*-----------



>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform