Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Message Box Decision
Message
De
16/11/2004 06:05:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00961641
Message ID:
00961643
Vues:
7
This message has been marked as the solution to the initial question of the thread.
Neil,

MessageBox returns an integer value indicating one of the following:-
1 OK 
2 Cancel 
3 Abort 
4 Retry 
5 Ignore 
6 Yes 
7 No 
Also, these are defined in standard.h as preprocessor constants that are a little more self-documenting.
*!* MsgBox return values.
#DEFINE IDOK            1       && OK button pressed
#DEFINE IDCANCEL        2       && Cancel button pressed
#DEFINE IDABORT         3       && Abort button pressed
#DEFINE IDRETRY         4       && Retry button pressed
#DEFINE IDIGNORE        5       && Ignore button pressed
#DEFINE IDYES           6       && Yes button pressed
#DEFINE IDNO            7       && No button pressed
Regards
Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform