以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]数据显示问题 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=1126) |
-- 作者:程兴刚 -- 发布时间:2008/11/14 1:15:00 -- 不知道您想说明啥问题! |
-- 作者:kylin -- 发布时间:2008/11/14 8:24:00 -- 数据同步显示问题 Datalist1控件的CurrentChanged事件中 Dim dst As WinForm.DataList = e.Form.Controls("DataList1") Dim dr as DataRow = dst.Current if dr isnot nothing then Dim Index As Integer = Tables("当前表名").FindRow(dr) If Index >=0 Then Tables("当前表名").Position = Index End If End If 供你参考,呵呵 |
-- 作者:狐狸爸爸 -- 发布时间:2008/11/14 8:29:00 -- 看三楼 |