以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  求助:有点甜  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=56954)

--  作者:wivan123
--  发布时间:2014/9/15 21:58:00
--  求助:有点甜
可以 了,但是我加载的都是最前面的120行,我想加载最后的120行,要怎么弄?
DataTables("11").LoadTop = "120"
DataTables("11").LoadOrder = "编号"
DataTables("11").Load

--  作者:Bin
--  发布时间:2014/9/16 8:49:00
--  
DataTables("11").LoadTop = "120"
DataTables("11").LoadOrder = "编号"
DtatTables("11").LoadReverse=True
DataTables("11").Load