Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't show System message
Message
From
28/03/2002 21:39:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Don't show System message
Miscellaneous
Thread ID:
00638795
Message ID:
00638795
Views:
62
Hello ,How I do?
my case
ON ERROR DO errhand WITH ;
ERROR( ), MESSAGE( ), MESSAGE(1), PROGRAM( ), LINENO( )
***command Don't insert disk in drive a:
SET DEFAULT TO a:
* or copy file .......to a:

**********
ON ERROR && restore system error handler
PROCEDURE errhand
PARAMETER merror, mess, mess1, mprog, mlineno
CLEAR
****My code
*Want show my message
=messagebox("No disk in Drive A:"+CHR(13)+;
" Insert disk into drive a:."+CHR(13)+;
" Please,again",16,"Warning")

***end my code
**Now Show ,but I don't like Title message "Vfp.exe - NO disk"
*******************************************************************
* vfp.exe - No disk *
* There is no disk in drive a: Please insert a disk into drive a: *
*******************************************************************
*HELP me...Show my Message only,please.
Next
Reply
Map
View

Click here to load this message in the networking platform