Forum Discussion
anandkumar
14 years agoContributor
Hi Irina,
Thanks for ur reply. yes i did as u mentioned.
-set the timeout to be 1min for the test item
-added ontimeout event handler
and following is the code i used to test it
Sub GeneralEvents_OnTimeout(Sender, Params)
Runner.Stop
End Sub
sub test
delay 70000
msgbox "hai"
end sub
but when i run this 'test' routine its not going to the ontimeout handler at all. just keeps on executing more than 1min. how to make it perfect?
Thanks for ur reply. yes i did as u mentioned.
-set the timeout to be 1min for the test item
-added ontimeout event handler
and following is the code i used to test it
Sub GeneralEvents_OnTimeout(Sender, Params)
Runner.Stop
End Sub
sub test
delay 70000
msgbox "hai"
end sub
but when i run this 'test' routine its not going to the ontimeout handler at all. just keeps on executing more than 1min. how to make it perfect?