Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want my cake, why doesn't this work
Message
De
09/01/2001 01:08:05
 
 
À
09/01/2001 00:03:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00460963
Message ID:
00461020
Vues:
14
>>Just use the _vfp.Quit method
>
>But thats not as complicated as I want it to be (aka: doh!).

OK, you want more complicated? Try this:
on shutdown iif(messagebox('Wanna Quit?', 4) = 6, ;
  _vfp.DoCmd("_vfp.Quit"), '')
or this:
on shutdown iif(messagebox('Wanna Quit?', 4) = 6, ;
  _vfp.DoCmd("_vfp.DoCmd('_vfp.Quit')"), '')
ROFL!
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform