Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TYPE() replace the MESSAGE() in a error?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
TYPE() replace the MESSAGE() in a error?
Divers
Thread ID:
00577020
Message ID:
00577020
Vues:
69
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform