Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Don't show System message
Message
De
28/03/2002 21:39:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Don't show System message
Divers
Thread ID:
00638795
Message ID:
00638795
Vues:
64
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform