Hi We have some schedule agents in my application to run at a particular scheduled time and it is possible that there may still be users who have the DB open at that hour. Now my problem is to pop up a warning from the application that will warn users that they need to replicate [...]
how to resolve the “Object variable not set” error in lotus script?
I have a database that has two views one with Range Names the second with the range name and colors.(Products) I need the the lookup to first lookup a range name from the Range Names view. If this field then validates the second field needs to use this field name called Style to lookup into [...]
Hello, I want to add several parameters in notes.ini to prevent double booking, I have referred this link http://searchdomino.techtarget.com/tip/Preventing-double-booking-in-the-Resource-Reservation-Database I want to set following parameters in notes.ini AMgr_DocUpdateEventDelay=1 Amgr_DocUpdateAgentMinInterval=1 AMgr_NewMailEventDelay=1 AMgr_NewMailAgentMinInterval=1 I have tried following code but it has not worked Call.session.SetEnvironmentVar("AMgr_DocUpdateEventDelay",1) Call.session.SetEnvironmentVar("AMgr_DocUpdateAgentMinInterval",1) Call.session.SetEnvironmentVar("AMgr_NewMailEventDelay",1) Call.session.SetEnvironmentVar("AMgr_NewMailAgentMinInterval",1) Is any other way to implement it? I am a [...]
How can i calculate the time difference in minutes with the start date as 4:00pm and the end date as 1:00am(the next day) Thank you
I want to know the count of total no. of lines of text appended into rich text field i.e history field. There is a rich text field to track the history of editing the document. Every time the document is modified i.e. changing any of the fields the information is appended into the rich text field. But [...]
Hi, I created a view at run time using lotus script. But I am not able to open that view just after its creation. I need to close the application and reopen it, then only the newly created view is getting it the work space object. Following is my code, Please help me…… Dim s [...]
I have lotus script code and when I run the program, there is intermittent error : ‘Updating search context’ has encountered as problem. It appears before the page is open, but when clicked ok, the program continue to run OK. Sometimes it ouccrs, sometimes it does not. What causes this error? code: Sub Postopen(Source As [...]
I want to check if an item exists in the array or not using lotus notes using lotus script. using forall method to find is not a good option if array is too large when several such findings are required.
I am using lotusscript to send mail and want sender to get out offfice reply when oof is set. how to do this using lotus notes 8.5.*
How the date field can be modified to today’s date using lotusscript. pls send me the solution to do in shortest and best way
I want to export to excel report in lotus notes web, when report is available it should be showing Ist column as frozen, , ie. 1st row should not move when scroll bar moved to up and down.
Can lotus script be used to search for attachment names in all mail files, even when full-text indexing is not turned on for the mail files?
Does anyone have a script that can be used in forms that would populate the user/submitters name, phone, title and location in the designated fields
I have created some code to create a series of MS Excel 2010 graphs using LotusScript then copy and paste them into a Lotus Notes Document. The Excel application is launched int he background so that the user only sees their notes session and not distracted by the excel application. In order to keep things simple. [...]
I am trying to create a memo via LotusScript, insert some common language with a doc link and extra lines, apply the Signature from CalendarProfile. I have also attempted to use stationary with no luck. Any thoughts would be appreciated. Then I open the doc up in UI so the client can add more text [...]
[strong]Can the values within the Dialog list fields be tied together. Below is my scenario.[/strong] [strong]The Status Field should be tied to the Type of Request field. Both are dialog list with values.[/strong] Status field will be auto populated with some values on what is entered into the Type of Request field, the drop down [...]
I am using Lotus Notes 8. When I create a to-do task, I want it to prompt me to enter a time when I want to receive the task notification. Lotus Notes 8 To-Do Window only has the option of Notify Me, where I can select the no of days before/after the due date will be [...]
The script written in ” Application for queueing non-delivery reports on hub mail server” returns an error after wend command. Is there any way to check and rectify this? This script is of much use to me. Script is as follows Sub Initialize Dim session As New notessession Dim db As notesdatabase [...]
I need to transfer 4 pieces of data from a dialog box form (generated by lotus script) back to the primary form. For consistency , I am not using the standard Cancel/OK buttons of the dialog box and since OK is not pressed, the dialog box data is not returned to the primary form. Is there a [...]





