I put this code in a button that the user clicks on.
Sub Click(Source As Navigator)
Messagebox "A new connection document to Server XXXXXXXXX will now be added to your Personal Address Book"
Dim ws As New notesuiworkspace
Dim session As New notessession
Dim destdb...
If you are using mail, you will need to make sure that the alignment setting in the Body field of the Memo form is correct. Wrapping often disappears when you have pasted something into the message and then continue keying in.
If you have a problem with wrapping and incoming, put this code in a...
This normally happens when a user has their mail database open when Notes is shutdown or terminates abnormally. Using updall will tidy things up for you. Assuming that the mail database is in a directory called mail the command is
load updall mail\user.nsf.
Depending on the size of the database...
In the BODY field of the Memo form, insert a default value eg
@NewLine +
"______________________________________________________________________________________________________________" +
@NewLine +
"Put what you want in here" +
@NewLine +
"Put what you want in here"
If you go to the design of the database and select Folders and highlight a folder, then click on Design in the tool bar and select Design Properties, then select the Design tab, you will see a tick-box called "do not allow design refresh/replace to modify". If this is ticked then the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.