Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TYPE() replace the MESSAGE() in a error?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
TYPE() replace the MESSAGE() in a error?
Miscellaneous
Thread ID:
00577020
Message ID:
00577020
Views:
68
Hi,

I have this code in several parts:

IF TYPE('oApp')=='O' AND !ISNULL(oApp)
*-- Code here
ENDIF

The oApp var is a reference to a obect with the config of my apps. Also, i use it to see if a form or procees run inside the real aplication or in the VFP main window (oApp is created when i start a application and destroy when return to VFP)

The problem is that when a error occurs, i get the message "The var oApp is not found" or "oApp". If i put suspend and then resume, i get the real error message (for example: The file not exist)

I see it for several months and i not can fix this...

(Remenber: only occurs when i check if oApp is a object, and later -include several minutes- i get a normal VFP error)
The Life is Beautiful!

Programmer in
Delphi, VS.NET
MCP
Next
Reply
Map
View

Click here to load this message in the networking platform