随笔分类 -  meta-sql

摘要:If you ever need to create a view that selects all fields from a particular record, then you should be using the%SelectAllmeta-sql construct.Why? Because%SelectAlluses the underlying record definition to select the fields - so it will always return all fields from the underlying record, even if that 阅读全文
posted @ 2013-10-24 13:55 Bryan chen 阅读(324) 评论(0) 推荐(0)
摘要:%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 employe 阅读全文
posted @ 2013-10-24 13:21 Bryan chen 阅读(232) 评论(0) 推荐(0)