get field name value and send to windows clipboard
If the document is in Edit Mode: @Command( [EditGotoField] ; fieldName ); @Command([EditSelectAll]); @Command( [EditCopy] )

View Answer   |  April 3, 2009  3:05 PM
Formula Language, Windows Clipboard
answered by:
2,725 pts.

Blank box after opening Lotus Notes message
Can you open other messages or this message the only one with a problem?

View Answer   |  April 3, 2009  12:54 AM
Lotus Notes, Lotus Notes email, Message encryption for Lotus Notes
answered by:
27,325 pts.

Automatic login to Lotus Notes
Are you trying to create an excel sheet from lotus notes data? If so then take a look at this —> http://criverapr.blogspot.com/2008/10/using-poi-to-export-lotus-notes-data-to.html. If not, can you give more details on what you want to accomplish? ======================================================================== If your code is written in VBA, all your need is (love ?) here : “http://www.ibm.com/developerworks/lotus/library/ls-COM_Access/” NOTE : * [...]

View Answer   |  April 2, 2009  3:56 PM
Lotus Domino security, Lotus Notes
answered by:
80 pts.

Retrieving a deleted email in Lotus Notes
Do you (or, actually, DID you) do nightly backups? Was the soft-delete feature turned on? Do you suspect that the user was motivated to hide the existence of the email? How knowledgable of Notes is the user?

View Answer   |  April 1, 2009  1:37 PM
Forensic analysis, Lotus Notes, Lotus Notes administration, Lotus Notes email, Lotus Notes email archiving, Lotus Notes Email Backup
answered by:
2,725 pts.

Why can’t I access my Domino Web Access 8 control email from home
If you are trying to access it via a Fully Qualified Domain Name – it might be closed to IP addresses outside of your campus. Or it is possible that they have a different server for you to access from home. If I was you I would go visit the IT department and see if [...]

View Answer   |  March 30, 2009  2:47 PM
Domino Web Access, Domino Web Access 8, iNotes, Lotus Notes email
answered by:
9,815 pts.

Lotus Notes Signature
In html you should use something like that : <pre> <pre style=”font-family:Sans-Serif;font-size:10p;”><font size=”-1″ face=”sans-serif”> </pre> If you type <font size=”0″> it should be bigger

View Answer   |  March 30, 2009  2:43 PM
Lotus Notes 6.5.4, Lotus Notes 6.5.5, Lotus Notes 6.x, Lotus Notes Signatures
answered by:
4,075 pts.

Embeded view in Lotus Notes
I am not really sure but i think it is not possible, dynamicly speaking. Because the view is embeded when you create or design your form. I have seen somewhere that you can do something like that with DXL (Domino XML)… You have first to export your structure, then change the XML file like you [...]

View Answer   |  March 30, 2009  2:26 PM
Lotus Notes, Lotus Notes administration, Lotus Notes Embedded Views, Lotus Notes View
answered by:
4,075 pts.

How to remove “Choose Server to Search” error in Lotus Notes
Probably one or more fields in the form you are opening are option fields that are linked to a server or database that no longer exists. If so, you need to find that/those fields and change the source of their options.

View Answer   |  March 27, 2009  4:17 PM
Lotus Notes, Lotus Notes error messages, Lotus Notes View
answered by:
1,620 pts.

Invalid or nonexistent document in Lotus Notes 8
Try File, Database, Refresh Design. If that doesn’t work, File, Database, Replace Design.

View Answer   |  May 9, 2013  6:23 PM
Lotus Notes, Lotus Notes 6.5, Lotus Notes 8, Lotus Notes Upgrades
answered by:
1,620 pts.

Append contents from one field to another.. and then clear it.
Not sure where you’re really having problems with this. From a pseudo-code standpoint Comment = “blah blah blah” History = Comment + History Comment = “” Save

View Answer   |  March 26, 2009  3:02 PM
Domino Designer, Lotus Domino 6.5, Lotus Domino 6.5.3, Lotus Notes, Lotus Notes 6.5, Lotus Notes 6.x
answered by:
2,725 pts.

Functions in JavaScript
You need to test t1 and pb for null before accessing the value property, e.g. var t1 = document.getElementById(“tot1″); var x; if (t1 != null) { x = t1.value; } The value property always returns a string, so it will never be null, because string objects return empty string but not null.

View Answer   |  March 25, 2009  7:47 PM
JavaScript, JavaScript functions, Web development
answered by:
300 pts.

Lotus Notes archive error
Your archive file is pretty big but it’s not the problem ! I believe limitation is 64 Gb ! You should be able to open it. Have you check access rights on this file ? And even the “ReadOnly” flag ? Sometime it’s set on when you have copy from a CD (mmm….most a DVD [...]

View Answer   |  March 25, 2009  1:37 PM
Lotus Notes, Lotus Notes archive, Lotus Notes error messages
answered by:
4,075 pts.

How to create file location live link in a Lotus Notes email that works in Outlook?
Use this (free) application to 1) Select file(s) in the file system 2) Paste the link created by this (wonderful) application where you want to use it (LotusNotes, Office document, etc….) See it here : “http://www.virtualobjectives.com.au/notesdomino/linkhotspot.htm”

View Answer   |  March 25, 2009  1:24 PM
Lotus hotspot, Lotus Notes, Lotus Notes interoperability, Microsoft Outlook interoperability, Outlook
answered by:
4,075 pts.

Need to use multiple ID files
You can work with more than one ID (but not in the same time of course) without have installed Notes with MultiUser option (you will then have just one and the same adress book (and some others stuff) for every body) . What you have to do is to create different Location document (File -> [...]

View Answer   |  March 25, 2009  1:16 PM
Lotus 6, Lotus 6.5.5, Lotus 6.x
answered by:
4,075 pts.

Lotus Domino
IBM Collaboration Software Hope this helps! -Schmidtw

View Answer   |  June 11, 2013  12:31 PM
Lotus Administration, Lotus Domino, Lotus Notes
answered by:
11,220 pts.

how do you recall unread sent email in lotus notes 6.5?
Sorry, Arcolino, but this functionality didn’t exist in Notes/Domino until version 8.0, and there are some that say it shouldn’t have been implemented then. Note that this only works across Domino 8 servers in a mixed environment as well, and does not work out in SMTP-world.

View Answer   |  March 25, 2009  6:38 AM
Lotus Notes, Lotus Notes 6.5, Lotus Notes 6.x
answered by:
95 pts.

logon failure in lotus notes 7 client
the passwords for their mail and the sametime server did not synch you may have to create new id’s or passwords on the sametime server and synch tthem

View Answer   |  March 25, 2009  4:09 AM
Lotus Notes, Lotus Notes 7, Lotus Notes 7.x, Lotus Notes errors
answered by:
15 pts.

Lotus PIC and CGM format
You can find here some on-line converter services, but it’snot free : “http://www.file-convert.com/online.htm” It works from many formats to LOTUS PIC (but not CGM)

View Answer   |  March 24, 2009  3:47 PM
Lotus CGM, Lotus Notes, Lotus Notes 7.x, Lotus Notes CGM, Lotus Notes PIC, Lotus PIC
answered by:
4,075 pts.

Icon Bar Window Issue
Did you install Notes Minder ? If so, uninstall it !

View Answer   |  March 23, 2009  4:08 PM
Icon Bar Window, Lotus Notes
answered by:
4,075 pts.

Lotus Domino error: “Domino Web Access Warning: Sorry, we were unable to process your request at this time.”
Hi You should read (and maybe apply !) some of advices from IBM here : <a href=”http://www-01.ibm.com/support/docview.wss?rs=477&uid=swg21239246″> “http://www-01.ibm.com/support/docview.wss?rs=477&uid=swg21239246″

View Answer   |  March 23, 2009  4:02 PM
Cisco VPN, Domino Web Access, DWA warning, firefox, iNotes, Lotus Domino error messages
answered by:
4,075 pts.