LotusScript Questions


Lotus Notes – Monitor thru program
How to monitor the following task using lotusscript/formula language. 1. Availability Index 2. Router Task Status 3. SMTP Task status 4. IMAP Task Status 5. POP3 Task Status 6. HTTP Task Status 7. LDAP Task Status 8. Cluster Replicator Status 9. Mail Queue Length 10. Mail Services Status 11. Mail Server Disk Management 12. SMTP [...]

Answer Question   |  June 9, 2008  5:12 AM
Formula Language, Lotus Domino, Lotus Notes, Lotus Web applications, LotusScript
asked by:
40 pts.

copying docs while retaining unique doc id
I am having to restore data (alot of it!). I am doing this in stages due to the volume of data I’m dealing with. I’d like to copy the docs from the backup copy (made via replica) to the production database while retaining the unique document id. I know I’ve seen code for this, and [...]

Answer Question   |  June 5, 2008  5:32 PM
LotusScript, Replicating databases
asked by:
90 pts.

to convert url into Hotspot
to convert url into Hotspot

Answer Question   |  May 30, 2008  2:36 PM
Lotus hotspot, LotusScript
asked by:
5 pts.

Finding a file directory/path on a network drive from a browser
I am building a web page where a user enters a network Drive letter (i.e. C: or D: or H:) and path, and when that user “Submits,” I want the Domino agent to mimic the following client LotusScript code: ‘***Begin Code**************** fileName$ = Dir$(pathName$, 0) Do While fileName$ <> “” ‘Do something fileName$ = Dir$() [...]

Answer Question   |  May 27, 2008  9:27 PM
LotusScript, Network, Network Drive
asked by:
5 pts.

“lotus script error – out of memory”
When a user tires to access his mailfile he get the following error “lotus script error – out of memory”..But mailfile is working fine on server copy..Please any one assist for this erro

Answer Question   |  May 19, 2008  3:30 AM
LotusScript
asked by:
10 pts.

Create Agent To seach unreviewed forms in 24 hour date range
Greetings! I am brand new as a Notes Domino developer with very little programming background. That said, I have a customer that has asked me to create an agent to check the claim forms submitted in the past 24 hours (date Range). If a claim form is found to have no action taken in that [...]

Answer Question   |  June 26, 2008  2:11 PM
Lotus Agents, Lotus development, Lotus Note, LotusScript
asked by:
15 pts.

Notes 7.02 – ClntMachine field in names.nsf
Hi, Can you please provide me with the exact code to get the client version.

Answer Question   |  April 14, 2008  6:20 AM
ClntMachine, Lotus Notes 7.x, LotusScript, Names.nsf
asked by:
15 pts.

Lotus Script
HI, I am running an agent that updates my RSS feeds. When I run it locally it runs fine but when I schedule it to run on our server it doesn’t retrueve anything from the Web, help! CODE Sub GetnUpdateFeed(Document As NotesDocument) On Error Goto errGetnUpdateFeed Dim strtext As String Dim session As New NotesSession [...]

Answer Question   |  April 17, 2008  10:17 AM
Lotus Agents, LotusScript, RSS
asked by:
405 pts.

Bookmark opening redirect embedded frameset based on Reg value
We have Bookmark set as the default opening page in Notes. What I’m trying to do is redirect the embedded frameset -Welcome- frameset depending on the users current location. So in the db opening script I am writing to the registery the users current location. If the location is not Office I am redirecting the [...]

Answer Question   |  May 13, 2008  9:09 AM
Bookmark.nsf, Formula Language, LotusScript
asked by:
405 pts.

Make Search terms highlight in documents
If I use the normal search bar in a database, the search terms are highlighted in the returned documents. When I use the FTSearch method in an agent, returned documents do not have highlighted search terms, even if I check off the setting in the Agent properties to “Store highlights in documents.” Does anyone know [...]

Answer Question   |  August 14, 2008  4:17 AM
Development, Lotus Agents, Lotus development, Lotus Notes, LotusScript
asked by:
3,845 pts.

Copying documents attacment to a new doc as an OLE object
I’m building an application (-agent actually-) which should take the attachment of the received mail document and create a new document holding this attachment (usually pdf file) as OLE object. I have all bits and pieces ready except taking the attachment from inbound maildoc and attaching it to new doc as new OLE object. remarks [...]

Answer Question   |  June 4, 2008  11:39 AM
embedObjects, Lotus Agents, Lotus Notes 7.x, Lotus Notes 8.x, LotusScript, OLE objects
asked by:
15 pts.

How to export Lotus Notes document to OpenOffice Writer document?
Hi! Idea is very simple, click on Action Button (code must be in LotusScript) when opened LN document, and then by clicking this Action Button all LN document data exports/converts/migrates on OpenOffice Writer document. Can anyone know how to do that? Tnx

Answer Question   |  May 13, 2008  8:37 AM
Export, Lotus Notes, LotusScript, OpenOffice Writer
asked by:
5 pts.

How do you do “code lock” ?
please explain “code locking” and how do enable this ? please explain

Answer Question   |  March 21, 2008  6:38 PM
Code Locking, Lotus Notes, LotusScript
asked by:
15 pts.

notes Classes vs Lotus notes Scriptting
1)What is the difference between Lotus Notes Classes and Lotus Notes Scriptting?? 2)how to create connection button on local domino server so that other Lotus Clietn may be able to access the particular form on the local server??

Answer Question   |  March 20, 2008  9:22 AM
Lotus development, Lotus Notes classes, LotusScript
10 pts.

Open Modal window in IE from Notes client
By using a button click on Notes Client, i want to new modal window in IE. Is it possible?

Answer Question   |  June 3, 2008  3:34 PM
Lotus development, Lotus Notes 6.x, LotusScript, Web development
asked by:
5 pts.

How to list members of a group in Domino Directory
Is there a way to get members of a group, in corporate names.nsf on screen or, for example, in txt file with LotusScript agent or something similar? In domino directory we have a lot of group with many members and nested group in it, and I try to write agent who’s purpose is to list [...]

Answer Question   |  March 20, 2008  9:51 AM
Domino Designer, Lotus Agents, LotusScript, NAB
asked by:
10 pts.

Change Regional Profile
Hi, I want to change Regional Profile with Lotus Script. Is it possible? Thanks.. (Now I can cchange it from File – Preferences – User Preferences – International – General Settings – Regional Profile )

Answer Question   |  March 7, 2008  8:38 AM
Lotus Domino Server 7.x, LotusScript
asked by:
5 pts.

Appointment Conflict
As a new administrator, I have created a basic calendar for users to schedule a conference call number. This calendar allows me to repeatedly schedule the same date and time. I do not want this to be allowed. What script do I use to not allow appointment conflicts to occur and where do I put [...]

Answer Question   |  March 4, 2008  4:52 PM
Calendar, Conflict, LotusScript, Scheduling
asked by:
35 pts.

Lotusscript Domain Address of website
Does anyone know the @command to determine the address of a website? I’m trying to create links to css files, but don’t want to hard code the root address of the website. I.e. If files were at http://www.yahoo.com/my_db/my_files/ How do I get the “http://www.yahoo.com” part? tks

Answer Question   |  February 21, 2008  3:05 PM
Domino 6.5, Domino Designer, LotusScript
asked by:
Mrg
285 pts.

LotusScript
How to learn this Lotus Script in easy way? Please give the reply

Answer Question   |  May 10, 2012  3:36 PM
LotusScript
asked by:
5 pts.