Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Method code lost
Message
De
13/09/1998 13:56:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00133980
Message ID:
00135956
Vues:
16
>
>I would use a hook in this case. Something like BeforeInit(). Then your init() would be:
>
>IF !This.BeforeInit()
> RETURN .F.
>ENDIF
>
>and your normal init code would follow here.
>

Thanks Jose for the reply. Just when I thought that I understood...

Does the IF ... ENDIF go in the init of the form class or a sub classed form?

Are you testing to see if the form has the beforeinit() if not return f?

Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform