.NET Framework 版本:2.0.50727.5485
Foxtable 版本:2018.3.9.1
错误所在事件:
详细错误信息:
登录超时已过期
有个计划任务,1.5小时执行一次,但经常会出现这样的提示,如何避开~
Dim nt As Date = Date.Now
If FileSys.DirectoryExists("D:\Baomic\管理系统数据备份\" & nt.Year & "_" & nt.Month & "_" & nt.Day ) = False Then
If SysInfo.ComputerName = "XXX" AndAlso _UserName = "XXX" Then
Dim time As Date = (nt.Date & " 00:00:10")
If nt > time Then
If Forms("管理调试").Opened = False Then
Forms("管理调试").Open
If Forms("管理调试").Opened = True Then Forms("管理调试").Controls("But备份数据表").performclick
End If
End If
End If
End If
[此贴子已经被作者于2018/12/11 16:10:45编辑过]