随笔分类 -  PeopleSoft

摘要:When I try to insert data into TABLE, this error occurs. The reasons caused the error can be concluded as below 1. Duplicate records. 2. Duplicate rec 阅读全文
posted @ 2018-03-24 13:34 KIKI_FAN 阅读(366) 评论(0) 推荐(0)
摘要:add month/year to drop-down list box drop-down list添加日期 /* Add Month/Year to Card Expriry Month*/ Local Field &fld = GetField(); Local date &curDate = 阅读全文
posted @ 2017-05-07 10:54 KIKI_FAN 阅读(252) 评论(0) 推荐(0)
摘要:Hide static text 1.use a field in derived/work to instead static text. 2.use a groupbox to contain the staic text, select "Hide all Fields when Group 阅读全文
posted @ 2017-04-06 23:21 KIKI_FAN 阅读(183) 评论(0) 推荐(0)
摘要:Scroll level 0 is the parent of level 1 get level1 Local Rowset &rs = GetLevel0()(1).GetRowset(Scroll.LEVEL1_REC); /* or */ Local Rowset &rs = GetLeve 阅读全文
posted @ 2017-04-06 23:14 KIKI_FAN 阅读(321) 评论(0) 推荐(0)
摘要:Error It is primary used in FieldEdit and SaveEdit, and also can be used in RowDelete and RowSelect. Do not use Error Function in the remaining events 阅读全文
posted @ 2017-03-20 23:27 KIKI_FAN 阅读(143) 评论(0) 推荐(0)
摘要:Change the label of grid. When there is link/button in the grid, if you want to make the name of the column and the value display different, like this 阅读全文
posted @ 2017-03-18 20:26 KIKI_FAN 阅读(136) 评论(0) 推荐(0)