Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fxp vs vcx
Message
From
20/05/2003 22:33:09
 
 
To
20/05/2003 03:22:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00789604
Message ID:
00790853
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform