The p_web.Event gives never 'timer'
TakeEvent Routine
! Start of "TakeEvent - Before event handling"
! [Priority 5000]
if p_web.Event=''
!my code here work now like timer ?
.
! End of "TakeEvent - Before event handling"
case p_web.Event
! Start of "Inside Browse Stage"
! [Priority 5000]
! End of "Inside Browse Stage"
of 'export'
! Start of "Browse Take Event - Before Export"
! [Priority 5000]
! End of "Browse Take Event - Before Export"
do ExportTo
! Start of "Browse Take Event - After Export"
! [Priority 5000]
! End of "Browse Take Event - After Export"
of 'timer'
Stop'('TIMER DOES NOT WORK?')