Archive

Archive for the ‘Error Solution’ Category

Error when open document in local with “Linked Document Cannot Be Found In The View.”

Some how when user use local replica and have issue in replica database and make user can’t open document with error

“Linked Document Cannot Be Found In The View.”

Full Error Message: 

“The Linked Document cannot be found in the view when replying to an email”

I think this issue cause replica database have some issue and I found some solution can resolve this issue below.

Suggested Solution

1. It casue Replica of database not updated. If user has multi replica icons on the laptop then please check if these are

Read more…

Viewed 10563 times by 3691 viewers

‘Field is too large (32k) or view’s column and selection formulas too large’ when saving document

This issue can be found when you save document but sometime it can save by schedule agent and raise error when save it again.

This behavior is relative to the basic call, rather than a specific LotusScript ComputeWithForm method. For example, there are reports in the Lightweight Directory Access Protocol (LDAP) behavior is affected large areas and types of settings are not as expected in the case.

Read more…

Viewed 23481 times by 8399 viewers

Validate a Richtext field : has a File Attachment, Doc link and many Notes Item.

I think many Notes Developer find way to Validate a Richtext field. It hard to find direct lotusScript to check it in

Lotus Notes Document.  Please try this function for Validate a Richtext field, it can validate list below.

DOCLINK
FILEATTACHMENT
OLE
SECTION
TABLE
TABLECELL
TEXTPARAGRAPH
TEXTRUN

I think this topic in Lotus Notes tutorial is useful for you. Thanks.

Function HasFileAttachment(doc as NotesDocument ,uidoc as NotesUiDocument,body as NotesRichTextItem ,fieldName as String) As Boolean

Read more…

Viewed 27692 times by 9926 viewers

Trouble Error “File Cannot be created”

I started at this time many people saved and Lotus are both exporting and achieve. In writing to the appropriate and what is not a problem and everything works. As it should except the one I started when I was selected. E-mail to reach and select the document and select an error “Could not create file” appears and does not permit to take place. But if I copy and paste or cut, copy and I have written emails to achieve a way to allow users to store all e-mail. Others like her by the selected folder.
Read more…

Viewed 14247 times by 5337 viewers

Categories: Error Solution Tags:

Lotus Notes Error : Label is illegal outside of a subprogram

Label is illegal outside of a subprogram

In Lotus Notes, I found if sometime raise error when you create new notes document.  That cause you defined a label at the module level in lotus notes form. Labels may not be defined at the module level. Executable statements at the module level are executed as the module is compiled, and then discarded. Therefore, control cannot be transferred to a labeled statement at the module level.

Read more…

Viewed 7384 times by 2151 viewers

Lotus Notes Error: “Unable to interpret time or date” when changing manager of room In Resource Reservations database

As an Lotus Notes administrator, you attempt to change the manager of a room in the Resource Reservations database. However, you receive the error : Unable to interpret time or date
This error can also occur when creating a new room in the Resource Reservations database.
Read more…

Viewed 7820 times by 2126 viewers

How to fixed Scheduled agent returns error: ‘You are not authorized to use the remote console on this server’

The SendConsoleCommand is a LotusScript back-end method, introduced in Lotus Notes/Domino 6. This method can be used in a scheduled agent on a server to send console commands to the current or to a remote server. However, a Scheduled agent running session.SendConsoleCommand can return the following error message:

“You are not authorized to use the remote console on this server”.
Read more…

Viewed 7514 times by 2421 viewers

Prevent Validation Errors When F9 Is Pressed in Lotus Notes

There’s always the trouble with validation formulas executing when you don’t want them to execute. For example, if you have a radio button set to “Refresh Fields On Keyword Change”, then validation formulas will execute when the value changes and your users will get prompted with their errors. This would be a case where you don’t want the users to be prompted.
Read more…

Viewed 6622 times by 1793 viewers

You Cannot Copy, Forward or Print a Form or Message in Lotus Notes

You Cannot Copy, Forward or Print a Form or Message in Lotus Notes  You Have Created Even Though You Did Not Choose To Prevent This.

There are occasions when you are unable to forward, print or copy a message or form despite the fact that you have not chosen this option. How does this occur, and what are all the ways of adding the $KeepPrivate field to a document in order to discourage copying, printing and forwarding?

Read more…

Viewed 9024 times by 2596 viewers

Show Error Message In Lotus Notes Status Bar

What causes this error and what do you do about it?

Well, if the error is in some LotusScript, then you should get a pop up of “Object Variable Not Set” or whatever the error happens to be. If the error is with a computed or computed for display field, that error should pop up also. If you are composing a document and the error is in a default field value for an editable computed or with a computed when composed field, that error also will pop up in front of you. So what does that leave?
Read more…

Viewed 7124 times by 1872 viewers