Need an Agent but lost on how to build it
This is a sample start for your agent in LotusScript – See the admin help file to schedule it It’s nearly the same with the java class. Dim session As new NotesSession Dim db as NotesDatabase Dim view as NotesView Dim colentry as NotesViewEntryCollection Set db = session.CurrentDatabase set view = db.GetView( “YourViewName”) ‘ <= [...]

View Answer   |  March 20, 2009  2:25 PM
Lotus Agents, Lotus Domino Agent
answered by:
4,075 pts.

change date to current month notes designer
My guess is that because the date has no time, it is evaluating as 3/31/09, instead of 4/1/09. If you can assign a noon time component, it may get the correct month. I have struggled with date issues, mostly in LS, almost never in @Formula. Maybe someone else has a very specific fix, rather than [...]

View Answer   |  March 20, 2009  2:06 PM
Lotus Notes, LotusScript, Notes Designer
answered by:
3,845 pts.

Please recommend good books on adding a web browser interface to Notes/Domino DBs
I have read a few books that discuss Web development, but find that just knowing good web development practices are what is important. If you are familiar with Javascript, AJAX, HTML, DHTML, CSS, and other web technologies they can all be leveraged in Web applications on Domino. There is a technical article on how they [...]

View Answer   |  March 19, 2009  9:46 PM
Lotus developers, Lotus development, Lotus Notes, Lotus Notes Database
answered by:
1,830 pts.

Subtracting from one column to another in a Lotus View
If I understand your question correctly, you cannot do this. In the view, the records created from FormA will end up on a different row than FormB, thus you can not do any calculations on them. I might be able to help if you give more details to your issue. Why are their two forms? [...]

View Answer   |  March 19, 2009  9:36 PM
Domino Designer, Lotus Domino, Lotus Notes 7.x, Lotus Notes View
answered by:
1,830 pts.

Domino document/entry collection limit?
I’m sorry, I forgot to mention that I’m using Domino 7, and the question applies to both Java and LotusScript. Thanks.

View Answer   |  March 19, 2009  2:10 PM
Domino Collection Limit, Domino Collections, domino limit, Lotus Domino Document Counter
answered by:
PTR
20 pts.

answered by:
75 pts.

Suppress Save Dialog Box
SaveOptions=”0″ will suppress the Save dialog. I usually make this the default. Set SaveOptions=”1″ just prior to performing a save operation, and then set it back to “0″. Works all the time… Of course, if the user hits Esc by accident, the form will close without asking them if they want to save.

View Answer   |  March 18, 2009  1:51 PM
Lotus Script, LotusScript, LotusScript Dialog Boxes
answered by:
2,700 pts.

@Modified error..
I have never seen this behavior. Maybe the database is corrupted. I would recommend creating a new replica on another server, deleting this one, and making a fresh replica in its original location. I did see completely bizarre @modified behavior two weeks ago that was repaired in this manner. (big database, very painful – hopefully [...]

View Answer   |  November 9, 2012  1:35 PM
Domino Designer, Domino Designer 6.5, Lotus Notes
answered by:
3,845 pts.

Lotus Notes v8.x doesn’t display application names
Partial answer based on further information: If I revert those supplementary mail databases to the v7 template, then their names are displayed on the tab when I open them, which means that this is merely an issue with the v8 template, which hopefully means I can find someone to modify the template to restore the [...]

View Answer   |  March 18, 2009  12:21 AM
.NSF files, Lotus Notes 8.x, Lotus Notes application title on tab, Lotus Notes email, Lotus Notes email archiving
answered by:
20 pts.

Lotus
It’s spelled out very clearly in Help… From the Admin client, press F1 for the Adminstrators Help File. Then search on “Updall”. It is even full of examples. But be sure to press F1 when you are looking at the ADMIN client, not the End User client… it brings up different help files. Ruth ===== [...]

View Answer   |  March 17, 2009  2:55 PM
Lotus Commands, Lotus Plugins
answered by:
1,620 pts.

lotus
Did you already run a fixup on this mailbox and then a compact ? Or maybe rebuild the index (Shitft+Ctrl+F9) will be enough ?

View Answer   |  March 16, 2009  8:23 AM
Lotus Notes, Lotus Notes error messages
answered by:
4,075 pts.

Setting default value…
Let say you have fieldA set as checkbox with value as: Yes or No . To default that field to be checked, then on the Default Value set it to “Yes” . When user opens that form, Yes will be checked. If that is not what you are asking, then please describe that checkbox field. [...]

View Answer   |  March 16, 2009  7:00 AM
Domino Designer, Lotus Domino, Lotus Notes, Lotus Notes Database
answered by:
85 pts.

lotus agent “ingore” mails with attachments when event triggered
Complete shot in the dark here. Given your use of constants like EMBED_ATTACHMENT and RTELEM_TYPE_TEXTPARAGRAPH, is it possible they aren’t resolving properly on the server, but are working okay on the client? What happens if you replace them with their actual values? Also, have you checked security settings to ensure that your code can run [...]

View Answer   |  March 13, 2009  1:15 PM
Lotus Agents, Lotus Notes errors
answered by:
2,700 pts.

Lotus certifications
Cross Certification is to create a certificate in your Domino address book which allows you to authenticate with all servers in another organization. -Ruth Inman Check <a href=”http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf/f4b82fbb75e942a6852566ac0037f284/6f67f55b0672467085256c1d00398912?OpenDocument”>here</a> for some examples of cross certification, there are a couple links at the bottom of the page that might also be helpful. This <a href=”http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_client.nsf/b3266a3c17f9bb7085256b870069c0a9/168e1a42df44c5b785256c1c0038048b?OpenDocument”>Lotus Notes Page</a> [...]

View Answer   |  March 10, 2009  3:03 PM
Certifications, Lotus certifications, Lotus Notes, Lotus training
answered by:
130 pts.

Notes 6.4 client
In the Inbox, between the “Who” column and the “Date” column, is a column where icons are displayed to indicate such information as whether a message has been forwarded or replied to. My bet is that the inbox has been sorted on that column. As a result, when the message is replied to, the icon [...]

View Answer   |  March 10, 2009  1:20 PM
Lotus Notes, Lotus Notes 6.4, Lotus Notes 6.x
answered by:
2,700 pts.

How to export all Internet addresses from Domino Server?
I suggest you to open the Lotus Domino Adress Book (the public one, not your own one) and then create a new view (Menu Create-View ) wich contains columns with the fields “FirstName”, “LastName” and “InternetAddress”. Then you should be able to export this view in CSV ou LOTUS 123 file format (menu File-Export).

View Answer   |  March 9, 2009  10:16 AM
Domino administration, Lotus import/export
answered by:
4,075 pts.

Who has access to my Lotus Notes email
HI there, There are a few thing you may check to verify this issue, first of all depending on your notes client you may check the Preferences and Delegation tab on your configuration file. This can tell you the names of any one in the lotus notes directory that may have access to your mail [...]

View Answer   |  March 6, 2009  8:53 PM
Delegate access, Email security, Lotus Notes, Lotus Notes email, Lotus Notes User Permissions
answered by:
30 pts.

New Web Service Project
Web Services and the ‘Power i’ ( !) Go to Scott Klements most excellent open source product FTPAPI – start at ScottKlement.com – any sort of web search will find it. Inspecting the code, reading through the forms, l

View Answer   |  March 6, 2009  8:20 AM
AS/400 development, AS/400 jobs, FTP, iSeries, Java, V5R4, Web development, Web Services Standards, WebSphere, XML
answered by:
5,505 pts.

mail agents in lotus notes v6.5
Odds are your agent is failing. You can perform a couple of simple tests to verify this. First you can look through the log.nsf on your server. Find the page containing the time period when the agent runs and see if there is an entry for the failure. You can also manually run the agent [...]

View Answer   |  March 4, 2009  4:41 PM
Lotus Notes, Lotus Notes 6.5, Lotus Notes 6.x, Lotus Notes errors, Lotus Notes Groups
answered by:
75 pts.

Printing a Lotus Notes document (form)
Delete the “$KeepPrivate” field. -or- If you created the doc, you should be able to simply double-click to put the doc back in edit mode. If so, you can go to Delivery Options and uncheck the “Prevent copying” box.

View Answer   |  March 4, 2009  2:51 PM
Lotus Notes, Lotus Notes document, Lotus Notes Forms, Lotus Notes printing
answered by:
2,700 pts.