Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keep a form modal after calling a msgbox
Message
 
 
To
07/04/2006 16:27:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01111579
Message ID:
01111596
Views:
17
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform