I need to get the data from some lotus connectionsite, for example user\'s status,fromthe other site. I try to setup a connection with lotus via java, e.g.
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:
I have a working Lotus Notes agent. Running on LN 7. My agent runs every 5 minutes, and it sends some mails whenever it finds some specific records on an Microsoft SQL (2005) table.
I ha开发者_JAVA技巧ve a bunch of users I am adding to conference.They are contained both in a user\'s address book and on the Notes server/main company address book.Once I have the e-mail address of a
Can we use a lotusscript function as a document selection routine inside view selection formula ? Here is my lotus function which determines the selection criteria
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.
Now CAPICOM is deprecated, and MSDN recommends to use .net classes from System.Security.Cryptography. But I have one 开发者_运维技巧Lotus Notes application, which using CAPICOM from LotusScript code
I have an array set up Dim managerList(1 To 50, 1 To 100) As String what I am trying to do, is set the first, second, and third elements in the row
How to make 开发者_高级运维text Blink using Lotus Script ?You can use programmable table rows to make the text blink.
Good day, I\'ll start by saying I work for a small company and have no official training in Notes everything I know I\'ve learned buy trial and error & using other peoples codes.