%EDITTABLE is field in the work record DERIVED. This field is generally used a prompt table for various fields. This field would mostly be set at the Page Activate Level or the main keys RowInit Level. This field can be used to dynamically change prompt tables.

Consider a scenario where if an employee opens a page and clicks on a prompt, then he must see details from one view whereas when a manager clicks on the prompt he must see the details from some other view. This means that we need to change the prompt table dynamically depending on the type of user.

In this scenario, you would most probably see the following code in the RowInit or Page Activate:

if <employee> then 
%EDITTABLE=3D"EMPLOYEE_VIEW"; 
else 
%EDITTABLE=3D"MANAGER_VIEW"; 
end-if;

The EDITTABLE field of the DERIVED record must be present on the current page as a read only, invisible field.

最新文章

  1. Android开发学习之路-Handler消息派发机制源码分析
  2. Understanding the WPF Layout System
  3. GetType() 和typeof() 的区别
  4. ASP.NET发布WebService
  5. C# 改变图片尺寸(压缩),Image Resize
  6. Comprehensive learning path – Data Science in Python深入学习路径-使用python数据中学习
  7. layer1.8UI
  8. Java 服务器端手机验证码sdk
  9. oracle启动 init.ora spfile pfile[转]
  10. IIS发布网站浏览之后看到的是文件目录 &amp; Internal Server Error 处理程序“ExtensionlessUrlHandler-ISAPI-4.0_64bit”在其模块列表中有一个错误模块“IsapiModule” 解决方法 &amp; App_global.asax.pduxejp_.dll”--“拒绝访问。 ”
  11. FFmpeg视频处理
  12. 重建程序员能力(3)-asp.net MVC框架增加Controller
  13. Codeforces 1109D. Sasha and Interesting Fact from Graph Theory 排列组合,Prufer编码
  14. 【Java每日一题】20170224
  15. Flask特殊装饰器
  16. 潭州课堂25班:Ph201805201 WEB 之 页面编写 第四课 登录注册 (课堂笔记)
  17. 一些公司的面试题目 U3D
  18. Fizz Buzz 问题
  19. JAVA设计模式详解(六)----------状态模式
  20. 第5章 pandas入门

热门文章

  1. Sql Server Text 类型列 查询和更新
  2. ubuntu 允许端口被连接
  3. 20145305 《Java程序设计》实验五
  4. C++学习31 重载=(赋值运算符)
  5. Java中的JDBC基础
  6. JavaScript解耦记
  7. (收藏)C#实现截屏
  8. Arch xfce4 安装解压缩软件
  9. css margin-top设置html元素之间的距离
  10. jsp页面List迭代