摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->ProcedureShowDeptUsers; vars,aDept:String; aSqlQuery:TSqlQuery; begin s:='';...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->varFWf:TWorkFlowPackage; FWf:=GetCurrentWorkFlowPackage; FActid:=FWf.Activityid;
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->表SYSPARAMS字段PTYPE=SYSCONSTS Pdesc=GetSysConst('PName','默认') 例: 1)functionGetAccBills...
阅读全文
摘要:FormatFloat('0.00;-0.00;0','') Code
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->NewEntityID:=GetNewEntityID('表名'); NewBillNo:=GetBillNo(EntityID,Actid,'单据类型',0); AMould...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->try except showmessage(ExceptationParam) end
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->例:MBLNO procedureMblnoChange(Sender:Tfield); varaSQLQuery:TSQLQuery; aMblno:Str...
阅读全文
摘要:javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("Editor$Edit$lkbPost", "", true, "", "", false, true))
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->CREATEUNIQUEASCENDINGINDEXI_ACCBILLSITEMS_SRCACTIDONACCBILLSITEMS(SYSID,SRCACTID,SR...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->procedureComboBoxSalesNameDropDown(Sender:TObject); varaSQLQuery:TSQLQuery; begin...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1varsl:TStrings; 2begin 3CommitDataSet; 4sl:=TStringList.Create; 5...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->selectsum(caseFcyNowhen'USD'thenfcyamtelse0end)usdfromaccbillsitems 提示错误expres...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->FunctionUpdateOrInsert(Fbentityid,Itemid,CNTRID:integer):boolean; varaSQLQuery:TSQLQuer...
阅读全文
摘要:SaveToFile('d:\js.xml',dfXMLUTF8) SaveToFile('d:/d',dfbinary); 跟踪调试 SendToDebugMSG(' ');
阅读全文
摘要:用sub_type子句指定子类型。最常用的子类型是0、1。 例如:Create Table Table2 (Blob1 Blob, Blob2 Blob Sub_Type 1, Blob3 Blob Sub_Type -1); 上面的语句创建了一个含有三个BLOB类型的数据表。第一个是缺省子类型0,代表无类型二进制数据;第二个子类型为1,代表是文本数据;第三个子类行为-1,代表用户自定义类型...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 function GetUserrole: Boolean; 2 var ATeams: TStrings; 3 i:Integer; 4 begin 5 ...
阅读全文