This likely means that there is something wrong with the registration of a COM Object in the registry of the machine where the script/program/or application is being ran or that the component being called isn’t registered at all on the system but referenced in the application. I’m not certain what that guid is becasue I [...]
You going to have to turn up the logging by going into the Notes.ini and changing the setting to get more logging. I think the default on the setting is 2. 1 in only errors and 5 is full on Debug. Next you going to need to google the NSD Lotus Trouble shooting. This will [...]
i would check to ensure the network (either the user or notes) has permissions in NTFS security to the local files and folders that notes needs or the user is wanting to use. David Vasta - I am a Lotus Admin and this is a pretty simple fix. The message is telling you the truth. [...]
Those settings are all stored in the user’s notes.ini file. You can modify them using NotesSession.SetEnvironmentVar() using True for the issystemvar argument. It would help to look at a notes.ini file with the settings you want in a text editor.
A Notes database can be used directly through the Domino server as a web application, with some modifications. Your question is very basic and implies that you don’t know much about Lotus Notes/Domino. I strongly urge you to start reading and get training. Good luck! ____________ Internotes, referred to below, is a tool to convert [...]
Adding the field to a form design makes it available for all new documents. It will not be on existing documents until they are saved by a user or refreshed by an agent. Look in the help database to find information about document collections (to select the documents you want to act on) and ComputeWithForm [...]
You can view the documents created using a VIEW. Create aview with the View soection formula as FORM=yourformname. Then create documents using the form. Preview the view in client ,you must be able tosee the documents created by you. Thanks for any further doubts i would be online at aishwarya_success@yahoo.com
Please read about <a href=”http://www.google.com/search?q=%22rooms+and+resources%22+template&rls=com.microsoft:en-us&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1″>”rooms and resources” template</a>. The conference call number is a resource. <a href=”http://www.ibm.com/developerworks/lotus/library/domino7-rooms-resources/”>This link</a> gives you a good overview and <a href=”http://www.ibm.com/developerworks/lotus/library/rr-nd7/”>this </a>one gives you more information.
It looks like maybe the Body item in that document is text — not rich text. Dim rtitem as Variant so that you can assign it with any type of item. Then of course you have to check what the type is before you do anything with it, e.g. if rtitem Isa “NOTESRICHTEXTITEM” then … [...]
Please read the help topic “<a href=”http://www-12.lotus.com/ldd/doc/domino_notes/6.5.1/help65_client.nsf/855dc7fcfd5fec9a85256b870069c0ab/ee256362fa2a3f1685256dff006215de?OpenDocument”>Notes Template</a>” in the Notes client help.
Lotus Notes is not a relational database. There are things you can do to create tie-ins between data in different documents, however. For instance, suppose you have a Sales Order form containing a field CustID that stores a customer ID number. You also have a Customer form, and the Customer form also contains a CustID [...]
First, I’d like to draw your attention to the @NameLookup function. Can you please revisit this code and make sure it’s an exact copy of what you’re using? It doesn’t pass syntax check, and I don’t see the name ClntMachine in it anywhere. From looking at my own names.nsf record, it appears that the most [...]
I don’t believe there’s an @function for that, though I guess you can find it out by reading CGI variables. Why don’t you just use relative URLs? <b>/my_db.nsf/view/…</b>
There are a couple of ways to do this; one is to make the contact documents responses to the customer document; then you can use a regular hierarchical view. Otherwise, if you want the category to be the customer name, this would require the customer name to be stored in the contact documents as well [...]
If this was me, I’d probably write a quick VB app to parse the file and create Outlook MSG files for each message.
Check time zone settings. David
I have not heard of a problem of StampAll missing some documents that are in the collection, so you might want to call Lotus Support with a simple case that demonstrates the problem. However, if you have to iterate through the documents anyway, it’s much more efficient to do all your assignments at that time, [...]
HI Orland0, I use code lock when I need to assign a unique Number to a Notes document Field, e.g. A Purchase Order Number. So if more than 1 processes are trying to get the next number in a sequence but you do not want then to get the same next number you lock the [...]
That’s too bad. The System i runs Domino much better than any Windows box ever will, but I am sure you don’t need a lecture. You will of course need to move the DATA folder off of your System i to you new Domino server. So create the Domino Server on the Windows box and [...]
The reference tab is for reference information — built-in functions and classes. Fields appear in the Objects tab.





