摘要:
static real Round5s6r(real _arg,int _digital){ int digital; real arg; ; digital = power(10,_digital); return rounddowndec((_arg * digital + 0.4) / digital,_digital); } 阅读全文
摘要:
public int showContextMenu(int _menuHandle){ int ret; int myItemIdx; PopupMenu popupMenu = PopupMenu::create(_menuHandle, this.hWnd()); ; myItemIdx = popupMenu.insertItem("Click here");... 阅读全文
摘要:
while 阅读全文
摘要:
Voucher newVoucher(LedgerJournalTable _ledgerJournalTable) { Voucher lVoucher; ; lVoucher = new JournalVoucherNum(JournalTableData::newTable(_ledgerJournalTable)).getNew(fa... 阅读全文
摘要:
utc本地时间 阅读全文
摘要:
获取指定日期库存 阅读全文