Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control init fail, class init fail
Message
De
16/10/2000 15:01:02
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00428995
Message ID:
00429943
Vues:
18
>So how is that better than having the control itself tell me what the problem is?

You can put all your initializing validations in one spot of the form, and then have the form abort at that one spot.

If you just fail to show the control, you may miss it in testing, with the ASSERT, you'll know cause it will slap you in the face.

You don't have to have the control tell its container it failed, like what you were intially asking, the container will know.

You don't need the debugger for ASSERT.

ASSERT is a one line command that gives you a messagebox with several debug options.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform