以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  菜单记录窗口的系统代码  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=132736)

--  作者:zpsun2003
--  发布时间:2019/3/28 16:48:00
--  菜单记录窗口的系统代码
If e.ToggleButton.Pressed=True Then
    MainTable.OpenRecordGrid(260)
Else
    MainTable.CloseRecordGrid()
End If

菜单中加入了记录窗口按钮,没找到系统命令,自己编的,如何实现
(1)表格切换时动态的选中和不选中
(2)关闭记录窗口时选中状态取消呢
(3)系统的记录窗口是否打开的状态如何查询

--  作者:有点甜
--  发布时间:2019/3/28 16:53:00
--  

参考

 

http://www.foxtable.com/webhelp/scr/1079.htm