Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Message() function
Message
From
11/03/1999 17:54:54
Michael Dreyer
Intelligent Computer Solutions
Naperville, Illinois, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Message() function
Miscellaneous
Thread ID:
00196566
Message ID:
00196566
Views:
59
I am having a weird problem. I am intergrating some error handleing routines into our VFP6 framework. I noticed that the message() function behaves differently in VFP6 than in VFP5. For example:

In VFP5
from the command window
?message() && returns empty string
?type("X") && returns undefined
?message() && returns empty string

in VFP6
?message() && returns empty string
?type("X") && returns undefined
?message() && returns 'file x not found'


Can someone verify. How can I work around this?

TIA
Mike.
Next
Reply
Map
View

Click here to load this message in the networking platform