JackQu的程序员博客

欢迎来的我Blog.这里记录工作学习的点滴,愿与大家分享。欢迎大家共同交流 。

导航

2008年12月19日 #

获得当前活动的Actid

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->varFWf:TWorkFlowPackage; FWf:=GetCurrentWorkFlowPackage; FActid:=FWf.Activityid; 阅读全文

posted @ 2008-12-19 16:08 Qcj 阅读(495) 评论(0) 推荐(0) 编辑

获取系统常量

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->表SYSPARAMS字段PTYPE=SYSCONSTS Pdesc=GetSysConst('PName','默认') 例: 1)functionGetAccBills... 阅读全文

posted @ 2008-12-19 16:05 Qcj 阅读(270) 评论(0) 推荐(0) 编辑

格式化字符串

摘要: FormatFloat('0.00;-0.00;0','') Code 阅读全文

posted @ 2008-12-19 16:03 Qcj 阅读(222) 评论(0) 推荐(0) 编辑

创建新业务实例 (非请勿入)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->NewEntityID:=GetNewEntityID('表名'); NewBillNo:=GetBillNo(EntityID,Actid,'单据类型',0); AMould... 阅读全文

posted @ 2008-12-19 15:59 Qcj 阅读(267) 评论(0) 推荐(0) 编辑

错误 Error

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->try except showmessage(ExceptationParam) end 阅读全文

posted @ 2008-12-19 15:55 Qcj 阅读(249) 评论(1) 推荐(0) 编辑

判断字段值已经存在

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->例:MBLNO procedureMblnoChange(Sender:Tfield); varaSQLQuery:TSQLQuery; aMblno:Str... 阅读全文

posted @ 2008-12-19 15:54 Qcj 阅读(548) 评论(0) 推荐(0) 编辑

获取当前供应商的联系人信息

摘要: javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("Editor$Edit$lkbPost", "", true, "", "", false, true)) 阅读全文

posted @ 2008-12-19 15:52 Qcj 阅读(356) 评论(0) 推荐(0) 编辑

账单明细表 创建唯一索引

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->CREATEUNIQUEASCENDINGINDEXI_ACCBILLSITEMS_SRCACTIDONACCBILLSITEMS(SYSID,SRCACTID,SR... 阅读全文

posted @ 2008-12-19 15:49 Qcj 阅读(413) 评论(0) 推荐(0) 编辑

DB下拉框事件

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->procedureComboBoxSalesNameDropDown(Sender:TObject); varaSQLQuery:TSQLQuery; begin... 阅读全文

posted @ 2008-12-19 15:48 Qcj 阅读(460) 评论(0) 推荐(0) 编辑

字段值累加到字符串

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1varsl:TStrings; 2begin 3CommitDataSet; 4sl:=TStringList.Create; 5... 阅读全文

posted @ 2008-12-19 15:46 Qcj 阅读(253) 评论(0) 推荐(0) 编辑