以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  请教:Syscmd.Column.MoveLeft() 对sqltable表的列是够有效?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=88490)

--  作者:bahamute
--  发布时间:2016/8/3 17:29:00
--  请教:Syscmd.Column.MoveLeft() 对sqltable表的列是够有效?
Syscmd.Column.MoveLeft() 对sqltable表的列是够有效?
--  作者:大红袍
--  发布时间:2016/8/3 17:45:00
--  

 直接用代码处理吧

 

if CurrentTable.ColSel > 0 then
    CurrentTable.Cols(CurrentTable.ColSel).Move(CurrentTable.ColSel-1)
End If