Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fxp vs vcx
Message
De
20/05/2003 22:33:09
 
 
À
20/05/2003 03:22:21
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00789604
Message ID:
00790853
Vues:
25
cetin,
i have one READ EVENTS in my main program, it begins a "listening" routine and continues until it sees a CLEAR EVENTS. the READ EVENTS is in the main program after the user logs in and the CLEAR EVENTS is on the toolbar's exit button. i understand that any READ EVENTS encountered while there is one already active has no effect:

myform1 = newobject('clsform','classprg.fxp')
myform1.show()
read events && will have no effect

how do we make our myform1 to show up? or how do we make the main program to pass the 'listening' on our second READ EVENTS, then after we close the myform1, the listening comes back to the main program?

* it should not be modal :)

erik


>myform1 = newobject('clsform','classprg.fxp')
>myform1.show()
>read events && Don't forget to have a clear events (exit button, >queryunload ...)
>
>Cetin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform