NetTalk Central

Author Topic: Keep Connection Alive  (Read 2949 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Keep Connection Alive
« on: May 24, 2009, 11:59:27 PM »
Hi All,

I have a potentially long process in ValidateRecord on a memory form. Is there something I can add to my loop to keep the connection alive?

      Access:Tagged.UseFile()
      TAGGED{Prop:SQL} = 'Select * From TAGGED Where TAG_SessionID = ' & p_web.SessionID
      Loop
        Next(TAGGED)
        If Errorcode()
          Break
        End
        T# = 1
        EMP:TRAN = TAG:RecordID
      TransferStdPays(Emp:Tran,p_web.GSV('BAT:BATC'),p_web.GSV('L:TrfWeekEndingDate'),L:DaysWorked) 
      End

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile