Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Messagebox with custom captions?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01533427
Message ID:
01534054
Vues:
63
J'aime (1)
>Hi Cesar,
>
>That looks great. No dependency, plain code, this is great:)
>
>I made a rapid test and this function works as indicated but does not bring back anything but .T. as a return.
>
>Am I missing something simple here?
>
>François.
>
>PS: Testing on VFP 9 SP 2 on an old patched XP machine.

Change the beginning of the prg
LOCAL loMsgB,lnReturn
loMsgB = CREATEOBJECT("xmbMsgBoxEx")
lnReturn=loMsgB.SendMessage(tcCaption, tnIcon, tcTitle, tcButtons, tcIconFile)
loMsgB = NULL
RETURN lnReturn
Brandon Harker
Sebae Data Solutions
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform