lotus-notes

No scrolling/paging of entries in Name Picker (Ext.Lib)

泄露秘密 提交于 2019-12-24 23:28:59
问题 When using the Ext.Lib Name Picker control connected to the NAB, the default is to view the first 50 entries from selected view (depending on whether groups/Persons is selected in property). But there are no scroll/paging buttons on the dialog. If I want to pick an entry from the NABPicker and the entry is after the first 50 I must use the Search button to find it. Is this working as designed or a feature not yet added? /Mike 回答1: As far as I know this is working as designed. The server only

How can i write file ( pdf,txt,…) from NotesStream?

大兔子大兔子 提交于 2019-12-24 19:57:52
问题 I have a base64 encoded string. I want to decode it and burn out a file to pass on. I code this: Function DecodeBase64(attachmentValue As String,attachmentName As String) As String Dim result As String Dim s As New NotesSession Dim fileOut As String Dim fout As Integer Dim foutOpen As Integer Dim stream As NotesStream Dim dc As NotesDocumentCollection 'fout = Freefile fileOut = "C:\ExportFileLotus\" + attachmentName 'Open fileOut For Output As fout 'foutOpen = True Set db = s.CurrentDatabase

Lotus Notes DXL Notesbitmap to GIF

ⅰ亾dé卋堺 提交于 2019-12-24 19:29:24
问题 I am converting lotus notes document library inline images to gif images using dxl logic of reading Filedata and converting it to base64 byte[] and creating a gif images. The conversion was working fine for all the sample but few days back we came across sample file with notesbitmap tag, after reading few forums it was mentioned that "For the problem images in your DXL export, do they result in a element in the output, or a ? If the latter, I believe they are actually image references instead

When generating HTML email using MIME, can attachments be displayed in the Lotus Notes email body?

坚强是说给别人听的谎言 提交于 2019-12-24 12:34:08
问题 I've created a html formatted email containing a table and want attachments to appear in rows in the table. I can't manage to get the attachments to appear in the body of the email at all, instead they come through (in our Lotus Notes 8.5.3 client) as attachments all grouped in the header under the attachment twistie. Is there any way for the attachments to display in the body of the email instead of the header? (Updated Jan 20, 2014) For reference, I looked for sample methods for adding

Add a .net user control in lotus notes

两盒软妹~` 提交于 2019-12-24 11:51:54
问题 Simple Question, is it possible to add a custom pane in lotus notes inside which we want to add a .net user control? I want to add a custom pane on the right in lotus notes containing my user control in order to drop items from the lotus notes inbox (emails i received) to my user control. Is it a complicated process? (i know in outlook, we can have an add-in in just a few steps). how can i do this? 回答1: There is no VSTO for Lotus Notes, you check this article http://www.codeproject.com/KB/cs

Add a .net user control in lotus notes

拈花ヽ惹草 提交于 2019-12-24 11:48:15
问题 Simple Question, is it possible to add a custom pane in lotus notes inside which we want to add a .net user control? I want to add a custom pane on the right in lotus notes containing my user control in order to drop items from the lotus notes inbox (emails i received) to my user control. Is it a complicated process? (i know in outlook, we can have an add-in in just a few steps). how can i do this? 回答1: There is no VSTO for Lotus Notes, you check this article http://www.codeproject.com/KB/cs

select statement in view selection

烂漫一生 提交于 2019-12-24 11:36:31
问题 I want to select only the documents that fulfill the following conditions (I put the statement into "View Selection" of the view's property). What I want to achieve is the following logic: If user has [roleA] SELECT(formA & status=1) if user has [roleB] SELECT(formA & status = 2) if user has [roleB] SELECT(formA & status = 3) Instead SELECT gets appened to the front and the statement does not work or does not give back the desired results.I have tried the following statement: SELECT @If(

(Xpages) SOA or Direct Database Access

北战南征 提交于 2019-12-24 10:59:18
问题 I'm currently doing an application usign Lotus Notes' XPages. I'm planning to use XPages(or Lotus Notes in general) as the front-end/UI/Design only (not a data storage), while an RDBMS (Oracle, MySQL) as the data storage. I found out that XPages currently doesn't support external RDBMS as data source. Based on my research, I have 2 options (or if you know of others, please put it in the comment section), either to so a SOA approach (where I will get my data using web services) or a direct

Adding logging in Lotus Notes form

回眸只為那壹抹淺笑 提交于 2019-12-24 08:19:35
问题 I want to add logging capabilities in my Lotus Notes application. Basically I want to be able to log who make the change, when the change is made, and what field(s) is/are changed in a document. What is the best way to do this? I am thinking to also add this at the end of each document so the user knows who make the changes. 回答1: I've done this before using LotusScript. It's a bit of a pain, but the basic idea is to: Create an array or new document object within the QueryOpen event, and store

Lotus Notes Domino Redirect

拜拜、爱过 提交于 2019-12-24 07:58:12
问题 I am trying to pass credentials via AJAX to a Domino Database to have it automatically login and return Data in JSON. Domino seems to chop off everthing after the "?ReadViewEntries" http://www.Server.com/daterbase.nsfopen&login&username=USERNAME&password=THEPASSWORD&RedirectTo=daterbase.nsf/JSONBookView?ReadViewEntries&count=500&RestrictToCategory=MYCATEGORY&outputformat=json"; Thanks in Advance! Mike 回答1: The RedirectTo query string argument needs to be URL Encoded so that the server sees