文档详情

Domino程序常见错误中文解释.doc

发布:2018-08-07约9.28千字共8页下载文档
文本预览下载声明
Domino程序常见错误中文解释 不合适的,日后再更改,错误MS都很简单,但产生的原因一般都不容易找出,lotus是个好东西,又爱又恨啊,耐心,耐心 1)HTTP Web Server:Item not found exception 错误解释:通过HTML操作某个域时(如document.all.input_name.value),这个input_name必须有对应的域名。也就是,域名必须有对应的html名字,也就是域属性里的Html标志符。 原解释:input element added to the form as Pass-thru HTML with no corresponding Notes field of the same name.All text input elements must have the equivalent Notes field! 我:通过填写HTML标记里的标志符,或在其它里面加上id=input_name或name=input_name就行了,不过name=input_name有时生效,有时不生效,没总结过`` 2)Lotus Notes Exception-Note item not found 错误解释:如果你的表单有一个已计算的子表单,并且这个子表单与主表单有同名域时,会有这个报错。 原解释:If your form has aComputed Subform and this Subform contains afield with the same name as one on the main form you will see this error. 我:字母意思,应该是没找到Note项,MS偶没看懂原文意思,这种情况下,客户端打开时会提示两个表单有同名域,但并不会报错啊。 3)Lotus Notes Exception-A view of that name cannot be found in the specified database 错误解释:@dblookup/column公式中制定的视图不存在,不可达或拼写错误。 原解释:The view specified in your@DBLookup/Column formula doesnt exist,is inaccessible or is spelt incorrectly 4)Lotus Notes Exception-Incorrect data type for operator or@Function:Text Expected 解释:很有可能是因为计算文本或公式,应该用字符串类型的地方使用了日期或数字类型。 或者当代理名为空时,即运行@Command([ToolsRunMacro];)时,也有这个报错。 原解释:Most probably one of your Computed Text areas or@Formulas is trying to concatenate adate or anumber with astring.For exampleThe total amount is+aNumberField orThe date is+@Now would cause this error.Use@Text to convert dates and number to astring.They can be tricky to find in acomplex form.Usually best to remove formulas one by one until you find the offending party. Can also happen if you blank out the name of aquery save/open agent so that it reads@Command([ToolsRunMacro];)instead of@Command([ToolsRunMacro];Your agent goes here).To rectify this,either remove the whole line and save the form or enter the name of the agent that you require.Note that you cannot simply type inYour agent goes hereto return it to the default. 5)HTTP Web Server:Invalid POST Request Exception 解释:很可能是因为试图提交的文档超过了服务器配置
显示全部
相似文档