摘要:
不允许负库存出库update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStock'Go不允许负库存结账update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStockCalculate'Go库存保存更新update t_systemprofile set fvalue=1 where fcategory='IC' and fkey= 阅读全文
摘要:
在Delphi中的Record类型中,与之C语言对应的即是结构体类型(struct),也可能是为了符合C语言或C++程序员的习惯,对于它在Delphi中的应用存在的一些问题进行初步的说明。在Delphi中的记录体类型有两种方式定义 Type RecTest = record (packed) ID :integer; Name :string; Descript:string; end... 阅读全文
摘要:
; not allowed before ELSE ElSE前不允许有“;” <clause> clause not allowed in OLE automation section 在OLE自动区段不允许“<clause>”子句 <name> is not a type identifier <name>不是类型标识符 <name&g... 阅读全文