以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- sort没起作用?? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=49467) |
-- 作者:tina2012 -- 发布时间:2014/4/18 13:22:00 -- sort没起作用?? 窗口的AfterLoad代码,加载表后,按照Name列字母顺序显示,但是没有变化,请帮忙解决,谢谢
DataTables("Customer_List").LoadFilter = "Owner = \'" & _UserId & "\'" \'销售人员只加载该登录用户的Customer_List表 |
-- 作者:blackzhu -- 发布时间:2014/4/18 13:46:00 -- Tables("Customer_List").Sort ="Name" |
-- 作者:tina2012 -- 发布时间:2014/4/18 14:00:00 -- 还是不行,仍然没有作用? |
-- 作者:Bin -- 发布时间:2014/4/18 14:01:00 -- 上例子 |
-- 作者:有点甜 -- 发布时间:2014/4/18 14:14:00 -- 你的表是窗口表、副本表吧?
你现在设置的是 主表 的排序,而不是窗口表的排序。
看看这里 http://www.foxtable.com/help/topics/1906.htm
|