2024年4月5日发(作者:)
Lotus Domino程序常见错误中文解释
Otus Domino programs frequently misinterpret Chinese
1) HTTP Web Server: Item not found exception
Error: this input_name must have a domain name when you operate
a domain through HTML (such as _).
That is, the domain name must have the corresponding HTML name,
which is the HTML identifier in the domain attribute.
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!
I: by filling in the identifier in the HTML tag, or in the
"other" plus id or name = = input_name input_name went, but name
= input_name effect sometimes, sometimes not, never summary `
`
2) Lotus Notes Exception - Note item not found
Error: if your form has a subform that has been calculated, and
this subform has the same name field as the main form, it will
have this error.
If your form has a Computed Subform and this Subform contains
a field with the same name as one on the main form you will see
this error.
I: letter meaning, should not find Note item, MS accidentally
did not read the original meaning, in this case, the client
opens will prompt two forms to have the same area of the same
name, but do not report wrong.
3) Lotus Notes Exception - A view of that name cannot be found
in the specified database
Incorrect interpretation: the view made in @dblookup/column
formula does not exist, cannot be reached or misspelled.
The view specified in your @dblookup/Column formula doesn't
exist, is inaccessible or is spelt incorrectly
4) Lotus Notes exception-incorrect data type for operator or
@ Function: Text Expected
Explanation: it is likely that the calculation of text or
formulas should be used with a date or numeric type where the
string type is used.
This error also occurs when the agent is called null, running
@command ([ToolsRunMacro]).
Original explanation: Most probably one of your Computed Text
areas or @formulas is trying to concatenate a date or a number
with a string. For example "The total amount is" + aNumberField
or "The date is" + @ Now order to cause this error. Use @ Text
to convert dates and number to a string. They can be tricky to
find in a complex 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 a query save/open


发布评论