Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keep a form modal after calling a msgbox
Message
 
 
À
07/04/2006 16:27:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01111579
Message ID:
01111596
Vues:
16
The popup form is activated with
DO FORM LISTMANAGE
and the form's WindowType is 1-Modal. The messagebox is default code from foxpro:
cMessageTitle = 'DELETE CONFIRMATION!'
cMessageText =  'Are you sure you want to delete this selection?'
nDialogType = 4 + 32 + 256
*  4 = Yes and No buttons   32 = Question mark icon   256 = Second button is default
nAnswer = MESSAGEBOX(cMessageText, nDialogType, cMessageTitle)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform