COM object with CLSID 29131528
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 [...]

View Answer   |  March 11, 2008  8:24 PM
Lotus development, Lotus Notes
asked by:
5,320 pts.

domino server 7 shut down automatically
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 [...]

View Answer   |  March 7, 2008  2:56 PM
Lotus Domino Server 7.x, Windows XP
asked by:
3,845 pts.

Windows account password does not match Notes password
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. [...]

View Answer   |  March 7, 2008  2:53 PM
Lotus Notes, Windows Security
asked by:
45 pts.

Change Regional Profile
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.

View Answer   |  March 7, 2008  7:04 AM
Lotus Domino Server 7.x, LotusScript
asked by:
150 pts.

Publish Lotus Notes Forms
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 [...]

View Answer   |  March 6, 2008  2:25 PM
Lotus development, Lotus Notes, VB
asked by:
3,845 pts.

Creating a View in Lotus Notes
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 [...]

View Answer   |  March 5, 2008  2:37 PM
Lotus Notes 5.x
asked by:
3,845 pts.

Document Creation
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

View Answer   |  March 5, 2008  5:30 AM
Lotus Notes 5.x
asked by:
70 pts.

Appointment Conflict
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.

View Answer   |  March 4, 2008  4:57 PM
Calendar, Conflict, LotusScript, Scheduling
asked by:
5,320 pts.

Type mismatch error when getFirstitem
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 … [...]

View Answer   |  February 29, 2008  2:40 PM
LotusScript
asked by:
520 pts.

Notes Template
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.

View Answer   |  February 29, 2008  2:30 PM
Lotus Notes 5.x
asked by:
520 pts.

How to make notes work relational
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 [...]

View Answer   |  February 25, 2008  4:28 PM
Lotus Notes, Lotus Notes engineers, LotusScript
asked by:
520 pts.

Notes 7.02 – ClntMachine field in names.nsf
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 [...]

View Answer   |  February 21, 2008  3:33 PM
Domino Designer, Lotus Notes
asked by:
520 pts.

Lotusscript Domain Address of website
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>

View Answer   |  February 21, 2008  3:21 PM
Domino 6.5, Domino Designer, LotusScript
asked by:
520 pts.

Merging Views (Notes)
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 [...]

View Answer   |  February 21, 2008  3:18 PM
Lotus Notes, Lotus Notes View
asked by:
520 pts.

Lotus Notes Export File from 1999
If this was me, I’d probably write a quick VB app to parse the file and create Outlook MSG files for each message.

View Answer   |  February 21, 2008  7:28 AM
Gmail, Lotus Notes, Outlook
asked by:
64,520 pts.

Notes calendar shows busy all the time
Check time zone settings. David

View Answer   |  February 21, 2008  6:56 AM
Busytime, Domino Calendar, Domino Notes client
asked by:
1,355 pts.

StampAll not stamping All (LotusScript)
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, [...]

View Answer   |  February 20, 2008  11:00 PM
LotusScript, StampAll
asked by:
520 pts.

codelock function
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 [...]

View Answer   |  February 20, 2008  10:55 PM
CodeLock, LotusScript
asked by:
520 pts.

How to uninstall Domino 7 on iSeries to move to Wintel platform
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 [...]

View Answer   |  February 20, 2008  3:08 PM
iSeries, Lotus Domino, Lotus Domino Server 7.x
asked by:
975 pts.

Doubt in form
The reference tab is for reference information — built-in functions and classes. Fields appear in the Objects tab.

View Answer   |  February 20, 2008  3:57 AM
Lotus Notes 7.x
asked by:
520 pts.