NetTalk Central

Author Topic: TakeEvent Routine with timer does not work  (Read 3076 times)

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 131
    • View Profile
    • Email
TakeEvent Routine with timer does not work
« on: August 07, 2016, 10:35:58 PM »
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????')

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: TakeEvent Routine with timer does not work
« Reply #1 on: August 10, 2016, 11:50:45 PM »
Hi Jari,

what sort of timer are you thinking about here?
The timer in this case is not a window timer event.

cheers
Bruce