Foxtable(狐表)用户栏目专家坐堂 → 有关时间的遍历不知道为什么耗时


  共有5253人关注过本帖树形打印复制链接

主题:有关时间的遍历不知道为什么耗时

帅哥哟,离线,有人找我吗?
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:109489 积分:557107 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2022/11/13 20:03:00 [显示全部帖子]

Dim 年度列表 As WinForm.ComboBox = e.Form.Controls("年度下拉框")
Dim 注册页年度列表 As WinForm.ComboBox = e.Form.Controls("注册页年度下拉框")
If 年度列表.text = "" Then
    Dim dr As Datarow = DataTables("兴登录信息").find(" 最后一次用户 = true ","最后一次登录时间 desc")
    If dr isnot nothing Then
    年度列表.text = dr("年度")
    End If
End If

 回到顶部