服务热线:022-26677809 , 13821206318
坚守“用户之友”的初心,做“专业的奋斗者”,始终坚持“持续创新”
首页 > 知识库 > 正文

不能还原格式

- 浏览:970 - 发布时间:2007-10-26 15:17:00.0
问题版本: 57-用友通标准版10.2 问题模块: 1-总账
所属行业: 0-通用 问题状态: 1-UU通注册用户
关 键 字: 不能还原格式 适用产品:
补 丁 号: 开放状态: 0-UU通注册用户
原问题号: 提交时间: 2007-10-26 15:17:00
问题名称: 不能还原格式
问题现象: 在查询明细帐和日记帐的数量金额式帐页时,数量栏和单价栏显示不出来,用鼠标拉也不管用,点还原按钮也不行,从网站上下载的“还原财务报表列宽”的工具还是不管用,用什么方法解决请速告知!
原因分析: 错误原因:用户账套中accinformation表数据友问题,所有总账中关于列宽的设置值都变成了0,不知道为什么。处理方法:1。在数据账套执行如下脚本 2。打开相应账薄,单击还原按钮,退出保存列宽 update accinformation set cvalue = 12 where cName = 'iPriceLength' and cSysID = 'GL' update accinformation set cvalue = 12 where cName = 'iExchLength' and cSysID = 'GL' update accinformation set cvalue = 16 where cName = 'iQuanDgt' and cSysID = 'GL' update accinformation set cvalue = 16 where cName = 'iFgnCurDgt' and cSysID = 'GL'
解决方案: 错误原因:用户账套中accinformation表数据友问题,所有总账中关于列宽的设置值都变成了0,不知道为什么。处理方法:1。在数据账套执行如下脚本 2。打开相应账薄,单击还原按钮,退出保存列宽 update accinformation set cvalue = 12 where cName = 'iPriceLength' and cSysID = 'GL' update accinformation set cvalue = 12 where cName = 'iExchLength' and cSysID = 'GL' update accinformation set cvalue = 16 where cName = 'iQuanDgt' and cSysID = 'GL' update accinformation set cvalue = 16 where cName = 'iFgnCurDgt' and cSysID = 'GL'