NetTalk Central

Author Topic: POST(Event:CloseWindow) by Timer embed in NT app  (Read 26 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 421
    • View Profile
    • Email
POST(Event:CloseWindow) by Timer embed in NT app
« on: Today at 02:39:13 AM »
I have the need to close a running NT app by code
This is the code..
If CON:AutoClose =1
If Clock()> Man:Closetime and Con:lastClosedate < today()

Con:lastClosedate = today()
Access:Control Update()
POST(Event:Closewindow)
END
END
I can achieve the close window but the code is not updating from the Webserver's Timer Embed.
Is there an alternative embed that will run the code update and then close the window?
Thanks
Richard
NT 14.38
« Last Edit: Today at 02:50:43 AM by Richard I »