Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Big 'O'
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00115108
Message ID:
00115117
Vues:
15
>Issuing READ EVENTS in an application handles all READS including that of custom objects, forms, etc. READ EVENTS enables you to have an independent read on your application instead of the default VFP read event foundation.
>
>**mymainprog.prg
>
>DO MYMENU.MPR
>SET CLASSLIB TO myclasslib ADDITIVE
>myformObject = CREATEOBJECT("myclasslib.myform")
>READ EVENTS
>CLEAR ALL
>CLOSE ALL
>SET SYSM TO DEFAULT
>
>Your main menu handles all calls on forms, programs etc.

Ok, except I don't want to make a form object, I want to make an application object. How do I do that?

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

Click here to load this message in the networking platform