LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other IBM Lotus Software products

learn more… | top users | synonyms

1
vote
4answers
237 views

Retrieve the form from one document and place it into an RTF on another form

I have an mail-in database where the mailDoc is a table of values retrieved from the incoming email. Nothing special, it just makes it easier to work with this way. I have a scheduled agent that reads ...
0
votes
4answers
333 views

Selection Formula with Date Pickers

I have a form(TrimQuery) that has 2 editable date picker fields (Start_Date & End_Date) and a button. On the push of a button I need to pull up a pre-existing view(All Trim Tracking) from another ...
0
votes
4answers
2k views

Validating Attachment in Richtext field

I am using below code to validate the Attachment in Richtext field. If I will not used Call source.Refresh(True) then validation is not working, but this code is also refreshing document everytime ...
1
vote
3answers
674 views

How to preview form using lotus script

I want to preview the current form and in the preview I can print it, how can I do this in lotus script?
0
votes
3answers
32 views

Display image in notes form from another database

In a traditional notes form, I want to compute an image dynamically. Image is in another database's image resource in the same server. I have tried using pass thru HTML by computing the URL in ...
0
votes
3answers
575 views

Button Event Field Setting Issue - Lotus Script

I have a button in a form that on brings a picklist of a view's documents... My issue is am not able to set the selected document from the picklist into a field "Superior1".. plz help me.. following ...
0
votes
3answers
1k views

How to Get Current User Name?

i have a problem like this i have two text boxes(A,B) which i have selected as " Computed when Composed " when 'A' Login then in Text A Current User Login Name Should come automatically, if 'B' Login ...
1
vote
2answers
11 views

Extracting attachments from two rich text fields in a document

I am extracting attachments in a document to user's local machine using LotusScript. The document has two rich text fields Body1 and Body2 and many a times only one of them has an attachment in it. I ...
0
votes
2answers
30 views

How to export data from a Lotus private view into excel file?

I'm experimenting with Lotus private views for the first time and I finally made a private view. Now i need to export this view to excel file... it is possible run one lotusscript to do this? i´m ...
0
votes
2answers
567 views

Running Lotus Script Agent is not getting logged in Lotus Notes User log

I have written a basic lotus script agent that shows "Hello World" in a Message Box. When I run this agent manually, it gets executed successfully but the Event of running is not getting a log entry ...
0
votes
2answers
192 views

lotus notes, search data that equal to textbox

I don't understand why my code is not allowed. @If(@DbLookup("":"nocache";@DbName;"GPA";1)="GPnum";@Failure(@Command([FileSave])&@Command([CloseWindow]));@Success)` Please help me. Thank you.
0
votes
2answers
202 views

Rendering JavaScript charts FusionCharts.setCurrentRenderer('javascript') function displaying “fusion chart will load here” error

im writing a code tat ignore Flash and only use JavaScript for displaying fusion chart,i ve written this code in script library using lotusscript which will be called from agent.it is giving fusion ...
0
votes
2answers
418 views

Filter Process script Library

I have a form called Approver in "Approver" db. The form has two editable text fields: Office and Group. It also has a dialog list field superior1. The superior1 dialog list field should show the ...
0
votes
2answers
1k views

lotuscript: some questions about connecting to a SQL DB

I've got this code that is working... I read from an MS SQL database some rows from a table and then send an email for each row. I'm about to add an "attachment" field, on my SQL database and I'd ...
0
votes
2answers
181 views

Check if a user can read a file on a UNC-Share

A User on our Windows Client has a function to send Links to Files on our Network-Shares (UNC-Paths) to other Users in our Company. Often these Users does not know if the receipients have access to ...
1
vote
1answer
71 views

Reading result from C API call

I thought I could use the C API to get the public key from the users ID-file. Found the functions and think I understand most of it. But I do not get how to read the data from the address that points ...
1
vote
1answer
308 views

Control the behaviour of @ClientType formula in Lotus

I ran into an issue with the @ClientType formula in Lotus Notes. This formula should show the client type. From the Lotus help: Returns "Notes" if the client type is a Lotus Notes client Returns ...
0
votes
1answer
20 views

Return receipt from gmail, yahoo etc. from lotus notes (lotusscript)

I am sending mails using lotusscript to gmail, Yahoo, hotmail etc. I want to get return receipt from the user & build a report: Who opened the mail Who did not receive the mail Non-existent ...
0
votes
1answer
29 views

CreateViewNavFromCategory (lotuscript) ignore next subcategory if the user doesn't have right to view the first?

Please see the following question, do I make something wrong or is it a bug ? Is there a work around ? I'm using: Set notesViewNavigator = notesView.CreateViewNavFromCategory( category$ [ , ...
0
votes
1answer
69 views

Cannot Extract Images from Lotus Notes using Java API

I am working on a Data extract from a Lotus Notes Application. It stores legal documents which may have attachments and images (not mails). I want to convert notes documents to HTML. While importing ...
0
votes
1answer
57 views

domParser.Process throws Dom parser operation failed in lotus script

I need to read xml file from local disk using lotus script. I added the code in the script library and called from the notes view. origXML = "d:\dxl\xmldom.xml" outputFile = "d:\dxl\DOMtree.txt" ...
0
votes
1answer
55 views

How to change checkbox label in Excel using Lotus Script?

i am having requirement to add checkbox in excel column dynamically .i have added using the below code generated by macro. But i not allowing me to check the label of that generated checkbox please ...
0
votes
1answer
111 views

Set default date when form is composed from calendar view

Does anyone know how to set the default date when a user double clicks in the notes calendar view? For example, when you double click on the 18th Feb, I want a field StartDate in my new form to be ...
0
votes
1answer
198 views

Avoid type ahead searching user's personal contact list in a Lotus Notes' name field

I like the type ahead feature feature in Lotus Notes but I want it to avoid suggesting any name that is not in the "PUBLIC" database. We're having problems where users are getting the "Ambiguous Name" ...
0
votes
1answer
113 views

Webservice consumer behind the proxy?

I have a webservice consumer in my Lotus Notes application. Consumer works perfectly in testing environment. But customer uses a proxy in their network. I set a proxy values in the Domino server ...
0
votes
1answer
566 views

Survey via Lotus Notes+access vba

I'm developing an access vba application that sends Survey emails via Lotus Notes to our staff, based on different parameters. I would like these emails to include option buttons (embedded OLE ...
0
votes
1answer
250 views

Export Sametime buddylist from vpuserinfo.nsf use lotusscript

I know we can get access to custom data of vpuserinfo.nsf using: byteArray = notesDocument.GetItemValueCustomDataBytes( itemName$ , dataTypeNam$) But i don't know the datatypename of "8193". Can ...
0
votes
1answer
270 views

Rich Text Field File size limit

Is there a way to limit a file attachment to rich text field. For example, i have a rich text called "temp", and i wanted to restrict user to only attach 1mb file to it. Is this possible to ...
0
votes
1answer
748 views

how to compare the strings of two richtext fields

I want a lotusscript code which can compare the strings of two richtext fields. I have two forms named form1 and form2 and in each form i have one richtext field name "body" and "body1" through my ...
0
votes
1answer
516 views

how to compare two rich text fields

I want a script which will compare the content of two richtext field named body in form one and body1 in form2. I have created two forms whcich contain a richtext type field and created a categerioze ...
0
votes
1answer
3k views

Open an attachment for editing and save changes made to it

My Lotus Notes document has a rich text item that stores an attachment. I want to edit the attachment and after this to save the attachment back to the Lotus Notes document. This is the script that ...
0
votes
1answer
1k views

Retrieving data from lotus NotesDatabase using lotusScript

I am new in lotusScript and lotus notes. I can retrieve data from database using notesView. Here is path of my lotusScript code for that: Sub getViewData Dim session As New NotesSession Dim ...
0
votes
1answer
126 views

How to get Current Owner name?

My question is i have 4 Text Box 1) Prepared By 2) Checked By 3) Approved BY 4) Created BY First i will login as Smitha then in " Preapred by " - Smitha name should come automatically n all other ...
0
votes
1answer
1k views

Upload TXT or CSV file Using WinHTTP and LotusScript

'Declare long Dim lng_resolveTimeout, lng_connectTimeout, lng_sendTimeout, lng_receiveTimeout As Long 'Declare integer Dim int_serverCredentials As Integer 'Declare variants Dim var_submitObject As ...
0
votes
1answer
1k views

MSXML2.DomDocument.3.0 invalid characters

I'm receiving the following error when parsing XML as answer from a webservice. An invalid character was found in text content. The webservice sends answers with some characters as Ψ for ...
-1
votes
1answer
76 views

PCI compliance in existing Notes documents with Lotusscript

I am trying to X out all creditcard numbers in a Lotus Notes database. They are located in customer emails within a customer database with more than 80.000 documents. So my issue is to remove data ...
1
vote
0answers
24 views

Error - cannot encrypt notesdocument when instantiated by notesuidocument

I get the error "cannot encrypt notesdocument when instantiated by notesuidocument" at the line cjDoc.Encrypt. Can someone tell me how to fix/why it is happening. Dim currDb as NotesDatabase Set ...
1
vote
0answers
86 views

Dragging from one view to another in a frameset does not execute PostDragDrop

I have two side-by-side views in a frameset, one outline view and one calendar view. On the calendar view, I can drag between dates, my code perfectly executing. However, when I try to drag from my ...
0
votes
0answers
20 views

Opening document in client preview pane crashes Lotus Notes. Anyone seen this?

The problem I am about to describe has been going on since we upgraded from 8.5.2 to 8.5.3. We have a simple required reading program that routes documents to be read and has a button that allows ...
0
votes
0answers
22 views

Date manipulation arithmetic in lotusscript

Note: I am not using notesdatetime class for efficiency. using native arithmetic in lotusscript is 10 times faster which is critical in my application. I start with two date/times and adjust one to ...