1 / 10

2011-10-14

2011-10-14. 北京勤哲软件技术有限责任公司. ( 1 )报错. 高级版本,我的工作台打开模板,没有分类显示,有些模板有,有些没有。. 解决方法:使用 sql server 2000 需要 sp4 。. ( 2 )报错. 在客户端上传附件大于 80M ,保存时报错:. 客户端上传附件的上限是 80M , 如果过大的话建议用网盘存储附件功能。. ( 3 )老版本升级. ---- exec script, ESSystem

Download Presentation

2011-10-14

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2011-10-14 北京勤哲软件技术有限责任公司

  2. (1)报错 • 高级版本,我的工作台打开模板,没有分类显示,有些模板有,有些没有。 解决方法:使用sql server 2000需要sp4。

  3. (2)报错 • 在客户端上传附件大于80M,保存时报错: 客户端上传附件的上限是80M, 如果过大的话建议用网盘存储附件功能。

  4. (3)老版本升级 • ---- exec script, ESSystem • 错误:执行脚本文件 [C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\7zS34.tmp\up_AutoTask.sql] 出错,[提交数据库操作出错。[违反了 PRIMARY KEY 约束 'PK__ES_BkPlan__3E52440B'。不能在对象 'ES_BkPlan' 中插入重复键。(-2147218877)](-2147181102)] • 解决方法:解压安装路径下的 EsUpgTool,找到上述报错的sql文件,在sql server查询分析器打开。

  5. (4)实现方法 • 回忆示例数据库里的《销售台账》模板 • 组合条件查询,筛选条件 “可输 可不输” (A=来源表.A )并且 (B=来源表.B)并且 (C=来源表.C)并且 (D=来源表.D)

  6. (5)实现方法 • (A=来源表.A 或者 A=0) • 并且 (B=来源表.B 或者 B=‘’)) • 并且 (C=来源表.C 或者 C=‘’)) • 并且 (D=来源表.D 或者 D=‘’)) 问题:如果A B C D是整数或小数类型的字段,如何表达?

  7. (6)报错 • 数字的字段,填报后,一闪就变成别的 • 原因:可能被表间公式刷新了一遍, • 检查:是不是同时有表间公式往本字段上填充。

  8. (7)报错 • 新建表单时报错: 检查: (1)数据区域是否有重叠的 (2)把所有表间公式都改成手动 (3)图表的插入方式

  9. (8)设计问题:目的字段不清空

  10. (9)报错 • 表间公式的提取结果少了很多: • 表间公式的筛选条件里的字段,在数据表里有null出现。 • 解决方法:把用户数据表里为null的字段修改为对象的空值。 • update 表名 set 字段名 = ‘’或 0 where 字段名 is null

More Related