Not sure, but usually in Notes, you are not limited with a field length, so you could input what you want …
hi I assume the lookups are being made in lotus script? This does not work i a browser – but you can make fields to perform the lookups – dependend on the functionality. For instance a checkbox field will work in a browser. /Anders
Hi, I’m not sure why you are having the problem. I have developed agents using Notes R7 beta and these have run fine on a 6.5 server. When you got the “Page not found” error, what was the url in the browser ? It seems like the agent tried to do a redirection but something [...]
This is pretty easy. To restrict the project managers to see only their data, create “Shared, private on first use” views to subset the info by person. For example, say you have a form called “Project” and a field on the form called “ProjectManager” which is populated with the Notes user name of the PM, [...]
To get a subcollection of af collection use Set subcoll = collection.FTSearch(query,0) For you second question I have no problem with session.UpdateProcessedDoc But keep in mind that an agent will allways run on all documents again when restartet. By the way if your agent often takes more than your max agent run time (90min) then [...]
Try SMSPulse (http://www.smspulse.com). They are very helpful and their latest version supports 2-way messaging, although not sure if it will do what you want. hth Tony
hi A lot of things could be wrong in your scenario. you can view some of the database but not the documents? The unique id’s are NOT the same. You have taken a copy of the database. The databases won’t have the same replica id. The replica id is a part of the unique id [...]
I am also facing a typical problem similar to this. My organisation has a Messasing system. Using IE 6.0 I can log into my account. But if I configure it on my Outlook Express it is not accepting my ID or Password. Firstday it worked without any problem. But now it is not working. I [...]
We use a third party product called Integra 4 notes. Swing another thirs praty product will also do this. Otherwise you are talking heavy LotusScript
Your can use the “Stationery” feature. It will allow you to create a template that you can choose to use as needed. This option (folder) should be located below your Inbox folder if you are using a standard mail template.
I’m pretty sure you can’t use MSN Messenger, you have to use the Windows Messenger. MSN Messenger doesn’t support RVP. Download Windows Messenger 5.0 (or 5.1) they both support SIP, RVP and .NET service. David
You can reset ownership and thus take control in a Windows system in the security settings of a folder. Do a take ownership (security/advanced/owner) and check replace owner. This will send your ownership to the files. Then do a replace permissions entries to all all child objects. If that doesn’t clear the error, try an [...]
You can get them back if you can do the following: 1) Put the user back in the Address Book/Directory for a very limited amount of time (just long enough to do this) 2) Use the user’s ID. If you don’t have this, you may have to create a new listing for the user, and [...]
That would be @Command([Execute] ; “PING.EXE” ; net_WAN_ip_address)
What is it you are trying to do? There is not a way to get a handle on a lotus doc through javascript, not any way I know.
We use the same set-up at our company. Aside from running the function, you also need to configure the connection between Lotus Notes and SAP using the SAP Connector (transaction code SCON). You also need to run what they call an “agent” on the Lotus Notes end. The sending does not work unless the agent [...]
I agree this seems like a no-brainer, but it’s not. All subform names that need to be displayed has to be known when the form opens. Hide-Refresh formulas have no effect. The way I have dealt with this is to have a compose script that prompts the user for a keyword, creates the document and [...]
You can try some unix tools that may tell you. For example the tool “curl” will probably just tell you the relocation url rather than trying to connect to the new url. Similarly, “telnet” may work. telnet hostname 80. then type GET agWebLAL?….. That might tell you the redirect. telnet is also available from a [...]
Are you doing a domain migration from 2000 to 2003 or do you just want to add 2003 DCs to your current domain?
Sure. You need to build the Body field of the memo using the NotesRichTextItem object, and you can use any fields you like as you build it. Here’s an example (the style stuff for formatting is of course optional)…hope it works for you… Dim session as New NotesSession Dim newnote As NotesDocument Dim rtItem As [...]





