Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Big 'O'
Message
From
07/07/1998 21:50:04
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00115108
Message ID:
00115117
Views:
16
>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,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform