There was a question asked on the forum on how to hid a subpage. There is no Peoplecode function to hide a subpage directly, BUT one way around that is putting the subpage in a group box and hid the group box instead. Hiding the group box will end up hiding your sub page

Make sure to follow the following post, it will walk you through how to hide a group box on a page.

To hide a group box and all the fields placed in it on a PeopleSoft page use the code below in a page “Activate” event.

HR_LBL_WRK.STATUS_LBL.Visible = False;

Where HR_LBL_WRK is the record name, and STATUS_LBL is the field record. Double click on the Group Box to see its record properties (1st tab).
For the Group box and all the fields in it to be completely hidden, make sure the “Hide Border” and “Adjust Layout for Hidden Fields” on the Label tab are checked and the “Hide all Fields when Group Box Hidden” on the Use tab is also checked.

最新文章

  1. Mysql如何向存在外键的数据表中插入数据
  2. strcpy 和 strcat
  3. 用DirectX实现魔方(一)
  4. Python Twisted、Reactor
  5. sql server 子找父和父找子
  6. Java对MySQL数据库进行连接、查询和修改【转载】
  7. Android 交错 GridView
  8. 网络请求 get post
  9. 刨根究底字符编码之七——ANSI编码与代码页(Code Page)
  10. 深入理解计算机系统_3e 第四章家庭作业(部分) CS:APP3e chapter 4 homework
  11. Google官方网络框架-Volley的使用解析Json以及加载网络图片方法
  12. javascript 数组以及对象的深拷贝(复制数组或复制对象)的方法
  13. 深入解读阿里云数据库POLARDB核心功能物理复制技术
  14. Java实训课
  15. websocket实现简单的通信
  16. Unity应用架构设计(3)——构建View和ViewModel的生命周期
  17. [Android Studio] Using Java to call OpenCV
  18. 解决jquery绑定click事件出现点击一次执行两次问题
  19. ubuntu 系统启动异常之无登录界面和版本号启动四个点的地方卡住
  20. S 参数说明

热门文章

  1. Grid++Report的几点总结
  2. 全新安装Mac OSX 开发者环境 同时使用homebrew搭建 PHP,Nginx ,MySQL,Redis,Memcache ... ... (LNMP开发环境)
  3. (easy)LeetCode 263.Ugly Number
  4. isIsomorphic
  5. 学习Webservice之入天气小试
  6. 《Code Complete》ch.16 控制循环
  7. IEnumerable和List有什么区别?
  8. CODESOFT 2015中的条形码对象该如何创建
  9. bootstrap风格的multiselect插件——类似邮箱收件人样式
  10. 超图(hypergraph)