short name maximum length in Lotus Notes
Not sure, but usually in Notes, you are not limited with a field length, so you could input what you want …

View Answer   |  June 28, 2005  11:06 AM
Lotus Domino
asked by:
4,075 pts.

performing view look up on click
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

View Answer   |  June 28, 2005  3:45 AM
Domino Designer, JavaScript, LotusScript
asked by:
0 pts.

WebQuerySave Error
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 [...]

View Answer   |  June 28, 2005  12:01 AM
Domino Designer, LotusScript
asked by:
0 pts.

Domino Designer – creating Reader & Author Fields
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, [...]

View Answer   |  June 26, 2005  5:57 PM
Lotus Domino
asked by:
0 pts.

LotusScript: Get a collection of a Collection
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 [...]

View Answer   |  June 24, 2005  3:51 AM
Lotus
asked by:
0 pts.

Need help on send and receive sms
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

View Answer   |  June 22, 2005  4:54 PM
LotusScript
asked by:
50 pts.

web enabled lotus notes databases
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 [...]

View Answer   |  June 21, 2005  3:38 AM
Domino Designer, LotusScript
asked by:
0 pts.

Problem Creating Outlook Email from Lotus Notes
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 [...]

View Answer   |  June 15, 2005  1:10 AM
Exchange, Lotus Domino, Outlook
asked by:
0 pts.

Lotus notes with MS-Word 2000
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

View Answer   |  June 13, 2005  11:51 AM
Development, Lotus Domino
asked by:
0 pts.

Lotusnotes
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.

View Answer   |  June 13, 2005  8:22 AM
Lotus Domino
asked by:
0 pts.

asked by:
0 pts.

Changing the file server
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 [...]

View Answer   |  June 9, 2005  5:14 AM
DataCenter, DHCP, DNS, Lotus Domino, Networking, Networking services
asked by:
0 pts.

Recover lost Contacts
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 [...]

View Answer   |  June 6, 2005  4:43 PM
Address book, Agents, Backup & recovery, iNotes, Lotus Domino, Web access
asked by:
0 pts.

Notes daabase button
That would be @Command([Execute] ; “PING.EXE” ; net_WAN_ip_address)

View Answer   |  June 2, 2005  1:15 AM
Lotus Domino
asked by:
0 pts.

Question
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.

View Answer   |  May 9, 2013  11:48 AM
JavaScript, Lotus Notes
asked by:
0 pts.

Sending Email to Lotus Notes through SAP
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 [...]

View Answer   |  May 30, 2005  2:19 AM
Basis, Lotus Domino, R/3, SAP, SAP development
asked by:
0 pts.

Dynamically display computed subform based on combobox selection
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 [...]

View Answer   |  May 27, 2005  7:40 PM
Domino Designer
asked by:
3,845 pts.

Connecting through a lotus notes database through JAVA’s urlconnection
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 [...]

View Answer   |  May 27, 2005  8:33 AM
J2EE, Java, JavaScript, JSP, Lotus Domino
asked by:
0 pts.

ADMT or dcpromo?
Are you doing a domain migration from 2000 to 2003 or do you just want to add 2003 DCs to your current domain?

View Answer   |  May 19, 2005  9:58 AM
Active Directory, Bind, DHCP, General Directories, LDAP, Lotus Domino, Microsoft Windows, Networking, NFS, WINS
asked by:
0 pts.

Creating a text email using LotusScript
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 [...]

View Answer   |  May 13, 2005  1:57 PM
Domino Designer, Web development tools
asked by:
0 pts.