服务热线:4006600566(客户);0791-82225997(伙伴);服务社区:service.chanjet.com;微信服务号:畅捷服务1T+单据打开报‘’/tplus”应用程序的服务器错误---宽度必须是非负数。参数名:value作者:姚培德问题现象:T+12.2普及版费用单报错,一串英文.(关键字:宽度必须是非负数)问题分析:造成这样的问题是由于DynPropertyString字段指的是【位置动态属性】,宽屏显示屏拖动很长后造成的labelWidth760onovertrue修改760为100。然后进行软件重新修改移动位置。服务热线:4006600566(客户);0791-82225997(伙伴);服务社区:service.chanjet.com;微信服务号:畅捷服务2Width字段的宽度最大可用值为1100DynPropertyString字段指的是位置的方位:labelWidth760onovertrue服务热线:4006600566(客户);0791-82225997(伙伴);服务社区:service.chanjet.com;微信服务号:畅捷服务3解决方案:备份数据执行脚本:--labelWidth不要大于eap_Voucher的Width--labelWidth760onovertrue--labelWidth中的值还原默认值100,updateeap_VoucherControlssetDynPropertyString='labelWidth100onovertrue'whereVoucherID=(selectidfromeap_Voucherwheretitle='费用单')andName='Clerk'名称解析:eap_VoucherControls:单据控件表DynPropertyString:单元格移动位置动态属性VoucherID:关联单据IDeap_Voucher:单据表name=clerk:列名为业务员服务热线:4006600566(客户);0791-82225997(伙伴);服务社区:service.chanjet.com;微信服务号:畅捷服务4类似问题处理方案:问题现象1:打开销货单和退货单报错解决方案:UPDATEeap_VoucherControlsSETWidth=220,DynPropertyString='labelWidth100onovertrue'WHEREidIN(SELECTidFROMdbo.eap_VoucherControlsWHEREVoucherIDIN(SELECTidFROMdbo.eap_VoucherWHERE[Name]='SaleDelivery')AND[Name]='origAllowances')名词解释:Width:单元格的宽度DynPropertyString:单元格移动位置动态属性SaleDelivery:销货单origAllowances:原始标题问题现象2:打开销售订单界面提示“/tplus”应用程序中的服务器错误解决方案:updateeap_VoucherControlssetDynPropertyString='labelWidth100onovertrueRefDropDownFieldsCode:往来单位编码,Name:往来单位名称,SettlementPartner.Name:结算客户ShowTimeFalse'whereVoucherIDin(selectidfromeap_VoucherwhereName='SaleOrder')andname='pubuserdefnvc1'名词解释:SaleOrder:销售订单pubuserdefnvc1:字符公用自定义项1服务热线:4006600566(客户);0791-82225997(伙伴);服务社区:service.chanjet.com;微信服务号:畅捷服务5问题现象3:销货单打开报错UPDATEeap_VoucherControlssetDynPropertyString='labelWidth100onovertrue'whereVoucherIDin(selectidfromeap_Voucherwherenamelike'SaleDelivery')andDynPropertyStringisnotnullandname='Customer'名称解释:SaleDelivery:销货单Custome:客户