以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  tb14.Fill("S elect * From {文件分类目录}_SortKey] DESC,[_Identify] desc ", GetConfigValue("软件标识号校对", "") , False) order by [  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=192105)

--  作者:fvcfox
--  发布时间:2024/5/29 9:48:00
--  tb14.Fill("S elect * From {文件分类目录}_SortKey] DESC,[_Identify] desc ", GetConfigValue("软件标识号校对", "") , False) order by [
生成表为什么不会按t[_SortKey] DESC,[_Identify] desc 排序
--  作者:有点蓝
--  发布时间:2024/5/29 10:07:00
--  
tb14.Fill("S elect * From {文件分类目录} order by [_SortKey] DESC,[_Identify] desc ", 
--  作者:fvcfox
--  发布时间:2024/5/29 10:41:00
--  
是这样写呀。但了看了并没有按所要的排序
tb14.Fill("S elect * From {文件分类目录} order by [_SortKey] DESC", GetConfigValue("软件标识号校对", "") , False)
--  作者:有点蓝
--  发布时间:2024/5/29 11:12:00
--  
这样呢?

tb14.Fill("S elect * From {文件分类目录} order by [_SortKey] DESC", GetConfigValue("软件标识号校对", "") , False)
tb14.sort = “[_SortKey] DESC

--  作者:fvcfox
--  发布时间:2024/5/29 11:16:00
--  
tb14.sort = “[_SortKey] DESC
是可以的,问题这样索引后,想做上移行和下移行就不能执行了

--  作者:有点蓝
--  发布时间:2024/5/29 12:16:00
--  
如果想做上移行和下移行,是不能对_SortKey排序的。必须保持原始的顺序
--  作者:fvcfox
--  发布时间:2024/5/29 14:30:00
--  
如果用fill带排序生成的表,不就是一个全新的最初表吗?
--  作者:有点蓝
--  发布时间:2024/5/29 14:31:00
--  
不是的。