Classic Notes Development: Updated code to open design elements from Notes - in Designer
Thanks to Stephan Wissel who pointed me in the correct direction regarding how to open design elements directly – from the Notes client with LotusScript.
CEnumerateWindowHandles
Bookmark Export and Import application
Reserved words in LotusScript and Formula-language
Convert MindManager maps to Excel
Remove hide-when formulas in rich text fields and change servers in links? VCFIXRTF.DLL may help you out!
Import design elemens from DXL file
Import Lotusphere presentation pdfs
How is it to be a programmer (Norwegian)
Lotus Notes 8 Search IconThanks to Stephan Wissel who pointed me in the correct direction regarding how to open design elements directly – from the Notes client with LotusScript.
Ever wanted to launch a database directly in Designer? Yes, then you probably are a developer ![]()
Read more to see a snippet of LotusScript code on how to launch the Designer with a specified database.
BTW – wish I could specify a specific designer element, so if you know, please chime in.
Have you ever wanted to access the Search Bar from LotusScript?

Being able to do so would perhaps remove the need for various homecooked solutions on how to do full text searches and display the results to the user. Even though we do have programmatic access to full text, I have allways felt that something is missing. Why not just use the standard search bar in the Notes client? This post describes how to do exactly that with a couple LotusScript classes, using Windows API functions. You can set and get the text of the Search Bar, and even click the "Search" button programmatically.
Last year the official session schedule contained several presentations for download even before Lotusphere. This year I haven’t seen them yet.
Update 24.JAN.2012: See comment from Brian below on how to fix this issue
The server has been upgraded to Domino 8.5.3 and now my iPhone nor iPad can’t open the mails without getting an error. I can can log in, and see the Inbox fine. All new mails are present, but as soon as I click on a message to open it, I get an error message (“Cannot open page, the URL cannot be shown”. The exact Norwegian error message is “Kan ikke åpne side, Safari kan ikke åpne siden, Feilen var: “URL-en kan ikke vises”). Has anybody seen this?
Starting from release 1.0.0.342 Notes Fields Extractor has two new options; ImageFileNameFormula and AttachmentFileNameFormula. With these options you can specify full Notes @-formulas, and use any field or other content in your documents in the formulas! For example, with the new release you can easily extract all employees images into a single directory, and each image has the EmployeeNumber-field content as the filename. Of course you have some extra run-time variables you can also use in your formulas, such as $(BASEPATH) which is replaced with the current base directory.
Take a look at the updated User’s Guide to get an idea of how this works.