以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 怎么去掉系统内设的那些快捷方式 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=67760) |
-- 作者:新航程小何 -- 发布时间:2015/4/30 23:52:00 -- 怎么去掉系统内设的那些快捷方式 我发布后的项目,发现怎么foxtable的快捷方式还可以用? 此主题相关图片如下:qq截图20150430235051.png |
-- 作者:y2287958 -- 发布时间:2015/5/1 10:30:00 -- http://www.foxtable.com/help/topics/0662.htm |
-- 作者:新航程小何 -- 发布时间:2015/5/1 22:15:00 -- If e.HitType = HitTypeEnum.Cell Then e.cancel=True ElseIf e.HitType = HitTypeEnum.Range e.cancel=True ElseIf e.hittype=HitTypeEnum.Column e.cancel=True ElseIf e.HitType=HitTypeEnum.Row e.cancel=True ElseIf e.HitType= HitTypeEnum.Empty e.cancel=True End If 不理解工作原理
[此贴子已经被作者于2015/5/1 22:44:16编辑过]
|
-- 作者:大红袍01 -- 发布时间:2015/5/3 21:46:00 -- 呃,你有没有设置自己的用户菜单?你要设置自己的菜单才能去掉foxtable原来的。
如果你要沿用foxtable的系统菜单,参考 http://www.foxtable.com/help/topics/1079.htm |