摘要:
Final 最终的,无法改变的 1.final数据 1)It can be a compile-time constant that won’t ever change. 2)It can be a value initialized at run time that you don’t want 阅读全文
摘要:
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 = 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文