Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I handle FFC error()?
Message
 
 
À
09/06/2003 04:03:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00797892
Message ID:
00798003
Vues:
26
Bill,

If you want to use the FFC classes, I think you can just redefine them to use your own set of classes.

Or go in and modify the _base classes.

I used a more generic way of dealing wiht this in all my lowest level classes. Every one has an Error() method of:

ObjError( this, nError, cMethod, nLine )

So they delegate the error off to a single UDF, that UDF can either handle the error or hand the error off to some other object.

>I'm looking at the FFC that are all sub-classed from _base.vcx classes.
>All the _base class Error() methods trap and ignore errors in RunTime. How am I supposed to deal with that?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform