lotusscript

Interaction with Lotus Connections

Hi, I need to get the data from some lotus connection site, for example user's status, from the other site. I try to setup a connection with lotus via java, e.g. > server = "https://" + path + param + "&format=full"; > URL profiles_url = new URL(server); > // Open the URL: throws exception if not found > HttpURLConnection profiles_...

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 launches the attachment: @Command([EditGotoField];"Attachment"); @Command([EditSelectAll]); @Command([AttachmentLaunch]); @Command([EditDe...

Send email through Lotus Notes

Hi, I'm trying to figure out how to send an email using the Lotus Notes COM object provided in .NET. It seems easy, but I keep getting the error message "NSD Is Running". I'm testing the app on the machine that has lotus notes installed on it. Lotus notes does work on that machine. I close the Lotus note client on that machine, befor...

Retrieving inline images from Lotus notes using lotusscript

Hi, I have some NotesDocument where some RichText fields have both text and inline images. I can get text part of that items but can't retrieve inline images using lotusscript. Could any one please suggest me a way to retrieve inline images from that documents. LotusScript code: Sub Click(Source As Button) Dim session As New NotesS...

Export to Excel, Lotus notes domino.

Hi Folks, I have a view which is displaying 9 lines of information per every document. In this view I have Export to Excel functionality using the below code to Export document to excel. Data isn’t exporting properly for first two documents , for example if I have 7 lines for the first document then it should export 7 lines but its expo...

Stuck with Unprocessed document in Lotus notes.

Hi Folks, I am using unprocessed document so that it will run on selected document only , but after selection its looking for column values in a view to export document to excel . I am using the below code its working fine but my first document is always displaying in last after all other exported documents in excel sheet . Any idea wha...

Sorting column in both way in Lotus Notes.

I have a Main field which consist the value of 10 other fields for each document , when I tried to sort this field value in the view column using the column sorting properties I didn't get the desired result. Here is the example how value is displaying - 10.other 10.other 1c.NSR 10.others 1c.NSR 2b.First in Fab 10.other 10.other it sh...