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

Does it happend at runtime or in development? Do you have errorhandler set at time of error?

>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)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform