I see many user have error “You have insufficient access to perform this operation” when they create document but they already have access in this database and I spend many time and found root case is option
“who can create documents with this form” in form property was not select anyone. Then for fix this problem
I try to add this option allow everyone can create document and problem was solve.
Read more…
Viewed 405 times by 232 viewers
Currently we are trying to setting up one more server to be used only as a passthru server. In order to install a domino server to it, may I know do I have to select “Set up the first server or a stand alone server” or “Setup an additional server” ?
I’ve tried to install the additional server but somehow I cannot even connect to it from the main server even though that server has been registered and certified.
Read more…
Viewed 876 times by 423 viewers
I got Lotusscript library functions and sample code that I found useful and used in all this project. Some simple and some are not. Or very little research and work before I came to work. In this article, as examples. The signing off emails from Lotusscript.
Problems.
When a record from the backend Lotusscript then displays the user frontend / class UI, the user’s email signature. (If enabled) will be inserted at the top of the document as text to lower expectations on behalf of North.
Solution:.
Disable signature and open. Work as shown in the following sample code.
Limitations.
This is just an example of. Disable the user’s email signature. To insert the end. Content of your email. (In this example “Hello World!”), You can edit the examples and read the signature of Lotus notes doc Profile then insert
Read more…
Viewed 1111 times by 491 viewers
To prevent users from making any design change to a database, hide the database design. Hiding the design disables all design operations and hides all formulas and scripts.
Caution Users who have Designer or Manager access to the database can replace the database design, thereby changing it. To fully protect database design, remove Designer and Manager access from users who can change the database design.
Read more…
Viewed 963 times by 433 viewers
This problem is simple: I want to hide the area if there is rich text (RTF), and indicate whether there is something in my case or in the Lotus Notes attached in the RTF field is empty it does not count, though it is empty Hide-When formula such as MyRTF=”” will not work and you can only use @Formulas.
Lotus Notes Tutorial Solution
1) Create a new Lotus Notes Numeric field, Computed for Display, Hidden, and with Value set to @ThisValue (or HideMyRTF if you are using an earlier release than ND6) Lets call this field HideMyRTF in this example.
Read more…
Viewed 914 times by 422 viewers