notes

Reading Lotus Notes Inbox Messages using VB.Net "Interop.Domino.dll"

How can I read Lotus Notes Inbox Messages using VB.Net? ...

How do you automate building notes NTF files from lotus scriot files (lss) file?

What's the right way to automate a lotus notes build process? I'm working with some folks who are using domino designer to build an NTF from lss files. I'd like to automate this process and get my hudson continuous integration server to build it without ruining the user experience for the developers. Is there a standard way to scrip...

Lauching Lotus Notes with mailto:

I have a mailto url in a web page. The target system contains both Microsoft Outlook and Lotus Notes. Microsoft Outlook is the default Mail Client. So when i click on mailto link it opens up Microsoft Outlook. I want it to open Lotus Notes when i click on the link and i do NOT want change the default mail client settings in Internet Op...

UITextView like iPhone Notes application

I am trying to recreate the Notes application. So far I got the following: textView = [[UITextView alloc] initWithFrame:CGRectMake(25.0, 30.0, 295.0, 214.0)]; textView.delegate = self; textView.backgroundColor = [UIColor clearColor]; textView.font = [UIFont fontWithName:@"MarkerFelt-Thin" size:19.0]...

Developing Applications that can interact Lotus Notes (.nsf) databases

Hi, I am a c# developer interested in developing a windows application to connect to a lotus notes .nsf db and display the information like 1) Number of forms 2) Number of views 3) Script Libraries 4) Actions 5) Agents Once I do this, I want to read each form and the UI elements available in each form and generate an equivalent .aspx fi...

How to differentiate "Note" and "Mail" item in Lotus notes? Using Domino.dll

Hi, I have a Nsf file in which in one of folder there are some mail and notes items. I am differentiating each item with "form" property. In case of mails form type is "memo" but in above scenario Notes "form" type is again "memo" How can i differentiate these two items? thanx ...

Extracting note onset from Polyphonic MIDI using jMusic API

Hi May I know whether it's possible to extract note onset and other musical details (e.g. pitch, note duration) form polyphonic MIDI(i.e. either multiples notes played from treble and bass voices, or chords) using the jMusic API? It has a method to extract note onset - but it returns zero each time for a given note. However extracting...

Java errors on Lotus Domino Designer Client 8.5.1

I have a clean install of Lotus Notes 8.5.1 (now with FP3) and I'm getting the following errors in Designer. This is with a new database with a couple of forms and views. I'm finding this is typical across all databases. Is there something I need to install/configure etc.? I'm not new to Notes, but I'm new to 8.5 Thanks Aidan De...

How do I extract who signed a controlled access section in Lotus Notes?

I would like to export the contents of a Lotus Notes database to XML. In the resulting file I would like to see who had signed a particular controlled access section. I know that the digital signatures are not exported. All I need to know is who signed the section and when did he/she do it. In what way can I use the DXL Exporter to e...

How to create notes in iphone notes app programmatically

I have some data in my local database in my iPhone app. I want to programmatically create a note in iPhones notes app and store this data. Does anyone know how to do it? ...

Recognizing notes within recorded sound - Python

Hi folks, I'm wondering if I can extract a sequence of musical notes from a recorded sound using Python. It is the first time I'm considering using Python for this. Help would be truly awesome :) ...

Get note data from MIDI file

Is there a way to get the note data from a MIDI file? That is, I want to break down the MIDI file into its constituent parts so they are in the form of a unique word (or any other data type). What I want to do in the end is take in a MIDI file and find patterns in the notes. Get in each note, find it's frequency (of being played) and n...

Import Lotus Notes Database into Access/SQL - What about Documents?

I have a few Lotus Notes 'databases' that i'd like to import into Access or SQL. I think I have most of the steps down (install NotesSQL ODBC driver, setup ODBC connection to Lotus DB, import data into Access), but I can't figure out what to do with all the documents, eg: Word Files, PDF Docs, Excel Workbooks that were in the Lotus DB. ...

Lotus Notes Domino API - Generate Value From Formula

Hi All, Here's a tough one for you: I have a NotesForm object and I got the entire structure, including default values for fields, of which some are formulas. Now, I am creating some NotesDocument objects for that form using code. I have no idea of the structure of the NSF beforehand - only at runtime, The databse can come from anywhere...

Do you store planning documents in source control? If so, where?

I'm working on a small, personal project and am using Subversion to manage the source code. I have a couple of small planning files - simple text documents explaining where I want to go with the project and some ideas worth keeping track of about what I've already done - that I think should be under source control as well. What I don't ...

Lotus Notes @command to mark the current email as read?

Does anyone know of a way to mark the current email as read using an @command? ...

If unspecified, what is the default value for MessageStorage in a Notes Person document?

I'm having issues figuring out where it's grabbing the default value. I tried changing the message format field under the Mail tab in the Location document, but that didn't change the default message format when making person docs. ...