Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messagebox with custom captions?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01533427
Message ID:
01534054
Views:
71
Likes (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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform