Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Abort
Message
De
02/12/2000 00:08:31
 
 
À
01/12/2000 20:25:57
John Tomblin
Service Station Systems, Inc.
San Jose, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00448407
Message ID:
00448431
Vues:
16
You can modify to this:

function Depart

clear events
* deactivate window all
pop key all
on shutdown

if _VFP.StartMode = 0 && Development Mode
Clear All && This Relases all Memory variables and Windows
set sysmenu to default
set library to
modify window screen
=sys(3056) && Reread Registry and config.vfp settings
Else
Clear All && This Relases all Memory variables and Windows
Close Databases All
Close All
endif

return .F.

Deactivate Window only hides all windows except modal windows (like Messageboxes)
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform