Make sure his video driver is updated an set for more then 246 colors. It gets picky about the screen resolution and drivers.
The server id may have manager access but is it set to be a person or server? it won’t let you access as a client if it is set to server. The replication history is in the server log (log.nsf) and on the database. right click on db icon and select replication/history The your server [...]
Are all users in the same domino domain? Is the mail sent to Joe Smith/company or joe.smith@company.com? The link gets converted if users get it via smtp instead of notes routing.
Need a little more information, is this Notes client or web? How are you triggering the agent? Is the agent set to work on selected documents, all or none? Why not put the code into a computed field on the form instead of running an agent? For a notes client the agent needs the docid [...]
You can try Killnotes.exe, but I always use task manager. Task Manager => Processes => High light “nlnotes.exe”=> End process. Another great option is to close all other programs (if it is not too onerous to do so) and do a logoff/logon without a full restart. This will force all processes running under your Windows [...]
Check the following: a) you have your inbox set to only display unread messages -or- b) you have your inbox sorted on the column that immediately follows the “Who” column (this is the column where icons indicating forwarded and replied to messages are displayed)
This is very simple, first let me answer ur questions. (a) Yes (b) Modify the archive location path. (example:- archivemail.nsf change it archivemail1.nsf, this will create a new archive file). Lotus Notes Archive can be created according to your requirement. You have one archive file and multiple at same time, but the location where the [...]
This is best done with hide formulas, not script. Set the properties of your checkbox field to “Refresh choices on document refresh”. Then, the line or table cell that contains the field that you want to disable can have a hide formula something like CheckboxField = “Yes”. If you want to display the value of [...]
You may want to look at these technotes from IBM regarding compatibility with DWA and both Windows Vista and IE7. Technote 1245949 – DWA compatibility with Microsoft Internet Explorer 7 http://www-01.ibm.com/support/docview.wss?uid=swg21245949 Technote 1255941 – Domino Web Access compatibility with Microsoft Windows Vista http://www-01.ibm.com/support/docview.wss?uid=swg21255941 Here are several other Technotes listed on a single technote: Technote 1291752 [...]
The official source ( http://www-01.ibm.com/software/lotus/training/ and links from there) gives you a fair amount of information, including the required exams for each certificate, and the prerequisites and objectives for each test. They give a link out to one or more of the commercially available practice tests, which may be money well spent. Even without that, [...]
On the AS400, use the WRKRDBDIRE (Work Relational Database Directory Entries) command and create a connection. You will need to supply the database or schema name, the FQDN or IP address, type of *IP and then the port number. At that point, your code can work exactly as if you were running on a Windows [...]
If you are using the NOtes client, then you can drag & drop the file into a rich text field. If you are doing this from the web, then No, not without a lot of coding. You could create a java agent or servlet to do this but it’s a lot of work. What is [...]
That means either the name you are trying to remove is not in the list or you have a corrupted acl. How are you trying to remove the name? Through Client – - access control or through the admin client? I would suggest changing the name and then seeing if you can delete the entry
Unless the admin have restricted it, all Notes databases can be replicated locally to your hard drive. You can then view them from the Notes client while offline. This was one of the benefits of Notes especially for sales. You replicate what you need and you can then access on the road without a connection. [...]
The problems seems to indicate one of the date fields is not being filed. I would suggest using agent logging and error checking to find the problem. This code will show the line and actual error, it should help. Take a look at agent logs for the future. On Error Goto ErrorHandler Set db = [...]
Can I assume that you have set their location documents to point to the local mail file? If you really want them to be local then a little coding in the mail file can redirect them to the local copy anytime they open the mail file. In the database script you can see if they [...]
Run <b>load compact -c </b>Note:c is case sensitive
You should try and find out why the router is not responding to begin with. What exactly is the maintenance that you need to do that will “impact any valid messages”? Are you using any 3rd party products, such as archiving software which might be holding up the router? What about Domino anti-virus solutions such [...]
Not sure if this helps. It would run from Notes, rather than in Excel. <a href=”http://www.bluestream.org/Domino/ExportToExcelViaNotes.htm”>http://www.bluestream.org/Domino/ExportToExcelViaNotes.htm</a> Otherwise, this is a non-script solution available on Domino Power. <a href=”http://www.dominopower.com/issues/issue199810/excel001.html”>http://www.dominopower.com/issues/issue199810/excel001.html</a> – This article will show you a — in few simple steps — how to turn a Lotus Notes view into an XML-equipped Web page. This new [...]
The deletuion and soft delte weren’t made to be controled, it’s easier if you add a flag to the doc when the user presses delete. That flag is used to hide it from all but the Admin trash view. Only the admin in the trash view can actually delete the document. The the database script [...]





