Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messagebox is not shown
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00980856
Message ID:
00980901
Views:
55
Thanks, I'll look more closely.

>The display of MessageBox has nothing to do with SET NOTIFY.
>
>I am thinking maybe the following portion of code:
>
>IF !EMPTY(chrtran(This.Text,"/.","")) AND EMPTY(This.Value)
>    =ErrorMsg("Wrong date typed!")
>   WAIT WINDOW NOWAIT "Wrong date typed!"
>   RETURN 0
>ENDIF
>
>the condition is never met, in other words, your if statement evaluated to false.
>So your message display code was never excuted. I would reexamine the statement.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform