以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]如何让副本表打开时定位到流水号最大的行? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=74605) |
-- 作者:ehomecd -- 发布时间:2015/9/15 10:59:00 -- [求助]如何让副本表打开时定位到流水号最大的行? 在afterload里的代码 Dim wz As Integer = Tables("缴费管理_缴费充值").Find(???) If wz >=0 Then Tables("缴费管理_缴费充值").Position = wz End If |
-- 作者:狐狸爸爸 -- 发布时间:2015/9/15 11:41:00 -- Dim dr As DataRow = DataTables("缴费管理_缴费充值").Find("","流水号 Desc")
参考: http://www.foxtable.com/help/topics/0553.htm
|