Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MessageBox sounds
Message
De
18/03/2003 07:03:53
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00766610
Message ID:
00766926
Vues:
17
Hi Caroline!

Other way is to create one function with the same parameters of the MessageBox function and before call MessageBox to use the command "?? CHR(7)". Eg.:
Function MyMsg(tcMessageText, tnDialogBoxType, tcTitleBarText)
   ?? CHR(7)
   Return MessageBox(tcMessageText, tnDialogBoxType, tcTitleBarText)
EndFunc
Bye!
Erick
Força Sempre!
Strength Always!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform