LotusScript Questions


Select and copy text from document into clipboard
Hello experts, What codes in the following script should I edit so that… When a user clicks on a button (assigned to the scripts), the script will allow the user to select some text content from an open WordPerfect file then paste the selected content in the clipboard. http://searchdomino.techtarget.com/tip/Howto-Copy-Word-Rich-Text-To-The-Clipboard Thanks

Answer Question   |  May 8, 2013  4:25 AM
Lotus Notes 8.5.2, Lotus Notes functions, LotusScript
asked by:
10 pts.

How to copy clipboard content into Lotus Notes subject line as unformatted text
Hello experts! Can you help me to modify the following Lotus Notes Script(s) to perform the following actions. When a user clicks on a button (assigned to the scripts), the script will copy the content of the clipboard and paste it into the Lotus Notes email message subject line as unformatted text. These are the [...]

Answer Question   |  May 8, 2013  4:07 AM
Lotus Notes 8.5.2, Lotus Notes functions, LotusScript
asked by:
10 pts.

Execution of formula language in a LotusScript agent without using evaluate statement
Scenario: I have a keyword document which is having a key value i.e) an If condition which is very  large condition,which is in formula language format by using evaluate statement, I am not able to execute that @if condition, as it is very big calculation. So please provide me is there any alternate method instead of [...]

Answer Question   |  April 16, 2013  5:14 PM
LotusScript, LotusScript Agent
asked by:
15 pts.

LotusScript / Lotus Notes 8.5.3
What would be the recommended way to modify the readers field based on certain key. If a readers field need to be updated frequently from the master document; how to achieve this efficiently. I have two plans: 1) I am thinking of doing this in querysave event by adding or removing names in the readers [...]

Answer Question   |  April 11, 2013  9:46 AM
Lotus Notes 8.5.3, LotusScript
asked by:
1,055 pts.

LotusScript
I am using an URL to open a document link which has following format: notes://servername/database path/viewname?Opendocument. Since the URL becomes long string I want the URL to be short instead. The link should open the same document but alternate short string should be visible. How to do this?

Answer Question   |  March 20, 2013  4:40 AM
Lotus Notes, LotusScript
asked by:
1,055 pts.

LotusScript MIME entity
I am using a LotusScript function which comes from script library. It has another function which sends mail. Now I want to modify the function to send mail along with document link and snapshot of a document. I find the code is using MIME entity functions. When I commented out all mime entity related script [...]

Answer Question   |  March 19, 2013  5:35 AM
LotusScript, LotusScript functions, MIME
asked by:
1,055 pts.

Lotus Notes / LotusScript
How to know the separator value in numeric field when user of different location uses different separator value. ie In India we use “,” as thousand separator and “.” as decimal values? In case of web application JavaScript validation fails in such cases. Please suggest field validation in JavaScript for this case.

Answer Question   |  March 4, 2013  11:41 AM
JavaScript, Lotus Notes 8.5.3, LotusScript
asked by:
1,055 pts.

LotusScript / Lotus Notes 8.5.3
I want to delete attachment using action button, user is going to provide no. (1 , 2 or 3..) and that attachment should be deleted.

Answer Question   |  March 1, 2013  6:18 AM
Lotus Notes 8.5.3, LotusScript
asked by:
1,055 pts.

LotusScript, Lotus Notes
I want to initialize an array with values from a variant having array of values but without using forall or similar methods i.e if variant X is having values ["a", "b","c"] and string array is declared as Y(2) then how to pass values of X to Y without using forall or any looping methods.

Answer Question   |  February 19, 2013  7:11 AM
Lotus Notes 8.5.3, LotusScript
asked by:
1,055 pts.

LotusScript and Lotus Notes 8.5.3
How to get field names and corresponding count of empty fields from a Lotus Notes view. I want all the field names and corresponding count of empty/ null/ blank values from the documents in a view.

Answer Question   |  February 14, 2013  6:12 AM
Lotus Notes, LotusScript
asked by:
1,055 pts.

Mail.box corruption
How can I fix the mail.box corruption?

Answer Question   |  February 11, 2013  1:18 PM
LotusScript, LotusScript error messages
asked by:
15 pts.

LotusScript database workflow modification
Suggest me for the following modification: I want to make some changes in existing DB which has 3 replica copies in different servers. I do not want to use replica formula. I want to enable and disable users of one replica DB to see all the documents based on some category in the view. the [...]

Answer Question   |  January 11, 2013  12:23 PM
Lotus Notes 8.5.2, LotusScript
asked by:
1,055 pts.

LotusScript/Lotus Notes
Lotus Notes debugger is showing error at the following code line when the schedule agent is run manually to test. set doc=view.getfirstdocument (where doc is notedocument object, view is notesview object), but when the same is run in schedule agent, there is no problem. I want to know the reason. error shows : object variable [...]

Answer Question   |  January 11, 2013  10:06 AM
Lotus Notes 8.5.2, LotusScript
asked by:
1,055 pts.

LotusScript
I want to know how to generate PowerPoint report using LotusScript. Is there any method and properties related guidelines for generating PowerPoint report using lotus script?

Answer Question   |  January 11, 2013  9:50 AM
Lotus Notes, LotusScript, LotusScript report
asked by:
1,055 pts.

Finding current user’s role using LotusScript
I want for find out current session’s user role using LotusScript when person is not explicitly defined in ACL rather defined in group in the ACL.

Answer Question   |  January 11, 2013  9:17 AM
LotusScript, LotusScript Agent
asked by:
1,055 pts.

UIDoc Save vs Doc Save
My question is about the extent of a UI doc save option. If I have both the notesuidocument and notesdocument objects in my script and I modify both will a notesuidocument.save also write any modifications make using notedocument commands to disk?

Answer Question   |  January 9, 2013  8:20 PM
LotusScript, LotusScript code
asked by:
100 pts.

Manipulate minitab with LotusScript code
Hi. I want to ask if is posible manipulate Minitab (Stadistical Software) from a LotusScript code, so I can do it with an object in “excel.aplication”

Answer Question   |  December 26, 2012  3:54 PM
LotusScript, LotusScript code
asked by:
5 pts.

Copy all attachments from documents in a view selection into a new mail without extracting to disk
Hi All! I’m not a virtuoso script programmer but I’m trying to copy all attachments from documents in a view selection into a new mail but I’m stuck. I can’t get it to work. Do any one have an idea? Thanks for your help. Niklas

Answer Question   |  December 4, 2012  11:57 AM
LotusScript, LotusScript attachments
asked by:
5 pts.

Possible bug with dynamic arrays in v8.5.3
Has anyone else experienced this issue?….. I need to append rows to a MS sql table. This works fine for a fixed size array, for example: Dim newfielddata(10) as String ****** set values, etc……. Set field = fields.Append(“CYL_SN”, LCTYPE_TEXT) field.Value = newfielddata but the array values are not passed (nor any error message) when i [...]

Answer Question   |  November 13, 2012  3:16 PM
Lotus Domino Designer, LotusScript
asked by:
15 pts.

Error Message when running Lotus Script Agent
I am running an agent that creates a daily document. In the view for the document, I am receiving the following error message: ERROR: Incorrect data type for operator or @function: Number expected. My document has a date field and a numeric field. When I look at the view, the date field is fine, but [...]

Answer Question   |  October 12, 2012  5:11 PM
LotusScript
asked by:
230 pts.