if tab_1.selectedtab = 9 or tab_1.selectedtab = 10 then
uo_toolbarstrip.of_enable(uo_toolbarstrip.of_GetIndex( '增行'),true)
uo_toolbarstrip.of_enable(uo_toolbarstrip.of_GetIndex( '删行'),true)
else
uo_toolbarstrip.of_enable(uo_toolbarstrip.of_GetIndex( '增行'),false)
uo_toolbarstrip.of_enable(uo_toolbarstrip.of_GetIndex( '删行'),false)
end if
if tab_1.selectedtab = 9 then
uo_toolbarstrip.of_enable(uo_toolbarstrip.of_GetIndex( '增行'),false)
end if

最新文章

  1. 附录E 安装Kafka
  2. HTML5 十大新特性(四)——Canvas绘图
  3. .net 实现Office文件预览,word文件在线预览、excel文件在线预览、ppt文件在线预览
  4. linux知识点总结与随笔(关注linux爱好者公众号的一些笔记)
  5. QA:Failed to deploy artifacts from/to snapshots XX Failed to transfer file Return code is: 405, ReasonPhrase:Method Not Allowed.
  6. 97、进入ScrollView根布局页面,直接跳到页面底部,不能显示顶部内容
  7. KMeans聚类 K值以及初始类簇中心点的选取 转
  8. PL/SQL — 变长数组
  9. Spring MVC控制器用@ResponseBody声明返回json数据报406的问题
  10. [Oracle] 浅谈Sequence
  11. Servlet的学习之Request请求对象(1)
  12. Let's Encrypt: 为CentOS/RHEL 7下的nginx安装https支持-具体案例
  13. tomcat-users.xml 配置
  14. 二次剩余Cipolla算法学习笔记
  15. flask(一)之路由和视图
  16. spring管理
  17. Redis 在线管理工具(phpRedisAdmin)介绍 两次git
  18. Ubuntu free以及Linux内存占用大的解释
  19. IDEA 配置
  20. spring mvc 基于注解 配置默认 handlermapping

热门文章

  1. [CQOI2007]涂色paint(BZOJ 1260)题解
  2. create-react-app不支持less的解决方式
  3. Android Studio 屏幕方向以及UI界面状态的保存
  4. ==和Equal()
  5. VUE 动态加载组件的四种方式
  6. Mac OS X 10.14.3下如何给Python2.7.10安装MySQL-Python
  7. boot2docker
  8. linux查看占用内存前10的命令
  9. scrapy中的middleware
  10. Redis (error) NOAUTH Authentication required.