Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fxp vs vcx
Message
De
21/05/2003 03:50:16
 
 
À
21/05/2003 03:35:57
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:
00790942
Vues:
21
because i already have my first READ EVENTS in my main program. the READ EVENTS in the following statement will not show "myform1":
myform1 = newobject('clsform','classprg.fxp')
myform1.show()
READ EVENTS && the form just flashes (show up then hide immediately)
erik

>I'm not sure I understand. Yes a second read events doesn't have any effect.
>oForm.Show shows the form. You could supply parameters to Show to make it >behave as modal oForm.Show(1)
>Cetin

>>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