Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Has Read Events been issued?
Message
De
15/12/2000 01:37:38
 
 
À
14/12/2000 04:53:45
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00452780
Message ID:
00453807
Vues:
22
Thanks,

I should be able to use this.

Mace

>>>>Is there any function in VFP5 that will enable me to determine if a READ EVENTS has been issued or not.
>>>>
>>>>Thanks
>>>>
>>>>Mace
>>>
>>>Mace,
>>>I'm away from my development box at the moment. For read there was rdlevel() and it might also be working with read events.
>>>Cetin
>>
>>Cetin,
>>
>>Am I right in thinking a timer event will not fire until read events has been issued?
>>
>>Mace
>
>Mace,
>I made a quick test. Until 'read events' timer seems not to be fired but polls its events and as 'read events' is encountered do all at once. Here is the code I used :
>
oForm=CreateObject('Form')
>oForm.addobject('myTimer','myTimer')
>start=seconds()
>do while seconds()-start < 10 && Here timer seems to poll its events
>enddo
>oForm.Show
>read events
>
>define class myTimer as Timer
>	Interval = 2000
>	procedure timer
>		_screen.print('Timer fired at '+transform(seconds()))
>	endproc
>enddefine
Cetin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform