LotusScript Questions and Answers

Recent IT Questions

1 - 20 of 147
<<PREVIOUS 1|2|3|4|5|6|7|8 NEXT>>

Archiving DBs with LotusScript

I am a new contractor w/ no experience in  Lotusscript but have this daunting task of archiving 4600+ databases for a conversion of in-house applications to Domino.  Is there an easy way in lotus script, lets say via a button, to take a database, create a copy of that database and place it in an...

Answer Question   |  Nov 13 2009  5:13 PM GMT
Lotus Notes Developement, LotusScript
asked by Waingram

  5 pts.

Combo Box value

Hi, Can anyone explain me how to set a value to combobox in lotusscript through code Thanks Raji

View Answer   |  Oct 21 2009  12:44 AM GMT
LotusScript, ComboBox
asked by SAMRAJ

  70 pts.

Domino on the iSeries and MS Excel

We have a LotusScript agent running on a Domino Windows server that opens an Excel spreadsheet and then processes each line of the file against data in the Domino DB. If we move our Domino platform from Windows to IBM iSeries, what additional considerations do we need in order for this process to...

View Answer   |  Oct 20 2009  1:46 PM GMT
Lotus Domino, IBM i, LotusScript
asked by Signman

  5 pts.

LotusScript open lin in a new browser...?

I’m using this code in an agent that when called (via a java button) sends the user to another web page: redirect$ =[http://new.page.com/rpgspprd/ListCons.pgm?Rnd=0608630575809737&selBTNO1=283&selBTNO2=1283]" Print redirect$ But we would like for it to open a new browser window, like...

View Answer   |  Oct 2 2009  4:08 PM GMT
Domino, LotusScript, Redirect
asked by Hdwest61

  120 pts.

removing userid from NAB

In the Domino Directory, person document, the USERID file is attached. How can it be removed with LotusScript?

View Answer   |  Aug 4 2009  1:01 AM GMT
LotusScript, LotusScript parameters, NAB
asked by Tinkwilson

  5 pts.

agent to set field based on date/time elapsed

i am writing this agent that is suposed to set the field "Outstanding" (textfield) to a value depending if a certian amount of time has elapsed dateTime2 will be Set dateTime2 = now in the end but for now i'm just trying to get it working. i get a type mismatch error and think that dateTime1&(2)...

Answer Question   |  Jul 28 2009  3:42 AM GMT
LotusScript devlopment agent, LotusScript
asked by Benaw

  30 pts.

Domino 8 Quota Issue

I have a few workstations that are domino 5 that i am migrating to a domino 8 server enviroment. The domino 5 mail files have thier templates updated and copied to the remote workstaions to provide a local mail file that only replicates mail changes at an interval. now my questin is that this all...

View Answer   |  Jul 24 2009  7:38 PM GMT
.NSF files, Domino, Domino 6.5
asked by Brievap

  5 pts.

To be back in the IT career

Hi, I have 8 plus years of experience in the IT industry doing development using Lotus script, Javascript & HTML. Did Project Management to become a Porject Manager. But currently I can't find job with my background. I am trying to upgrade my skills but not sure where to start. I need some advise....

View Answer   |  Jul 1 2009  1:02 AM GMT
Lotus Domino Server 6.x, IT careers, LotusScript
asked by RLakmi

  25 pts.

AppendDocLink Appears To Work Except Launches Wrong Form.

I have multiple forms that when completed send emails with doclinks. All work fine except one form that launches the wrong form when the icon is clicked from an email. The form variable lists the correct alias for the document. The correct form is used when clicked in a view. What am I doing...

View Answer   |  Jun 30 2009  6:54 PM GMT
LotusScript, Lotus Forms, Lotus development
asked by Mglist

  65 pts.

how to combine lotus script and HTML in lotus notes 7

Helllo, Currently i use the following script to create a selection menu to add either 1 of 3 different signatures. The 3 different signatyures I currently have need to be replaced by 3 different HTML signatures. I simply can not get that to work. Anybody have any ideas? The script I currently...

View Answer   |  Jun 23 2009  6:48 AM GMT
Lotus Notes, LotusScript, HTML
asked by Broeren79

  100 pts.

prohibit email attachments/documents from being opened multiple times.

I created a button that would send an email to someone with a document attachment. The user tends to click on the document attachment from a database .nsf multiple times creating save conflicts amoung other thing. How can I prevent this from happening. Set notesUIDocument =...

Answer Question   |  Jun 12 2009  5:15 PM GMT
Lotus Notes, LotusScript, .NSF files
asked by Dario

  5 pts.

LotusScript - Rich text field & Mail attachments

Copy contents of rich text field eg Word doc to an email?? using script

Answer Question   |  May 20 2009  9:05 AM GMT
LotusScript, Lotus development, Lotus Notes email
asked by Star08

  10 pts.

How can you hide specfic words from a field, without hiding the whole field

How would I hide specific words only, in a view or field, but show the rest of the words. For example, always hide "[SEC:UNCLASSIFIED]" in a subject field. So the value would be "Funny Picture [SEC:UNCLASSIFIED]" but it would appear as just "Funny Pictures"

View Answer   |  May 19 2009  1:09 PM GMT
Lotus Notes, Lotus Domino, Lotus
asked by DavidW2

  30 pts.

LotusScript - Computed subform QuerySave event

Lotus Notes Client version 5 to 7 Using a computed subform that has specific field values not on main document, so querysave event has to be on the relevant subform. The QuerySave event on the subform checks the value of a field and if not entered correctly, it displays a dialog box advising the...

View Answer   |  May 17 2009  10:05 PM GMT
LotusScript QuerySave, LotusScript, Lotus Notes
asked by Shane44

  15 pts.

How to run agent on all Lotus mailboxes

How can I run a local script to show mailbox quota size on all user mailboxes as an Administrator? Sub Initialize Dim Session As New Notessession Dim db As NotesDatabase Set db=session.CurrentDatabase Messagebox "Size quota = " & db.SizeQuota & chr(10) & _ "Size Warning = " & db.SizeWarning,,...

Answer Question   |  May 13 2009  7:27 AM GMT
LotusScript, Lotus Mail Quotas, Lotus Agents
asked by GCT

  15 pts.

Pulling a view into a rich-text field

I'm looking for LotusScript code that would pull a view into a rich-text field, preferably into a table. Lotus won't allow you to use embedded views from other databases in your forms, so this script would run PostOpen to pull the data for the rich-text field based on the "name" field - or...

View Answer   |  May 5 2009  4:25 PM GMT
LotusScript, LotusScript conditional statements
asked by Wasii

  15 pts.

Programmatically Enable/Disable a Rule

Is there a way to Enable/Disable rules through Lotusscript?

Answer Question   |  May 4 2009  8:51 PM GMT
LotusScript
asked by Skarbela

  5 pts.

Extracting OLE objects attachments in Lotus Notes

I've written an utility in VB .NET that is able to extract file attachments from a NotesDocument and this works fine. I'm having challenges now with a particular email that has a MS Word document embedded into the body, whose content is part of the body. So basicllay it's an OLE Embedded...

Answer Question   |  Apr 30 2009  9:00 PM GMT
LotusScript, OLE objects, Microsoft Word
asked by Squig

  5 pts.

Disabling (greying-out) options on Lotus form

I have created a notes (.nsf) database which is having certain checkboxes and text feilds on a form. These fields are editable. Is there any way to disabled(greyed out ) whole form so that no one can change these fileds at certain point. Is there any function to do that whether in lotus-script or...

asked by Ashneet

  85 pts.

Copying form field data from one database to another

How would I copy the contents of numerous fields in one form to a form in another database? I am not very good at using LotusScript and prefer to use the Formulas.

View Answer   |  Apr 8 2009  6:47 PM GMT
Domino Designer 6.5, LotusScript, Domino Designer
asked by GreendBend

  25 pts.

1 - 20 of 147
<<PREVIOUS 1|2|3|4|5|6|7|8 NEXT>>