以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  动态加载  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=157292)

--  作者:wangnovel
--  发布时间:2020/10/11 10:43:00
--  动态加载
我有个外部表,设置了“默认加载行数”,然后再查询的时候,我希望查询到所有数据,我的代码是:

DataTables("订单").LoadFilter = "id is not null"
DataTables("订单").Load

但发现后台数据库中的数据并没有加载,还是只显示原来默认加载的那些行

--  作者:有点蓝
--  发布时间:2020/10/11 20:41:00
--  
DataTables("订单").LoadFilter = "id is not null"
DataTables("订单").Loadtop = nothing
DataTables("订单").Load