05.09.2012

Classic Notes Development: Updated code to open design elements from Notes - in Designer

Tags: : LotusScript
0

Thanks to Stephan Wissel who pointed me in the correct direction regarding how to open design elements directly – from the Notes client with LotusScript.


Read more...

05.07.2012

Classic Notes Development; How to launch a database in Designer with Command Line Parameters

Tags: : LotusScript
0

Ever wanted to launch a database directly in Designer? Yes, then you probably are a developer Smilefjes

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.


Read more...

04.30.2012

Classic Notes Development - Access Search Bar from LotusScript

Tags: : LotusScript
8,24999999999998

Have you ever wanted to access the Search Bar from LotusScript?

image

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.


Read more...

01.10.2012

Looking forward to LS12! Has anybody seen presentation downloads yet?

Tags: : Lotusphere
0

Last year the official session schedule contained several presentations for download even before Lotusphere. This year I haven’t seen them yet.


10.27.2011

Can the 10-year old that wrote Microsoft MSI please step forward

Tags: : Microsoft Office Thoughts Windows 7
0
Have you ever seen the funny "Error "1310: Error writing to file: C:\Config.Msi..." -message when trying to install an application?

A picture named M2

..."Verify that you have access to that directory." ...

Read more...

10.17.2011

[SOLVED] Has anybody experienced problems with iNotes on Safari after upgrading to Domino 8.5.3?

Tags: : Question Lotus Notes
0

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?


10.09.2011

Notes client Bookmark Export and Import database

Tags: : DXL Lotus Notes LotusScript
0
From time to time I like to completely reinstall Notes, because Notes, like Windows, accumulate issues  (oh, "features" we call them, he he ...) over time. So just like reinstalling Windows once a year, I try to reinstall Notes too. One of the drawbacks with complete reinstallation, is that you loose settings, amongst them  Workplace and Bookmarks. This means that I have to manually recreate my bookmark folder structure, opening up a bunch of databases and remember to add them to bookmarks. Boring, tedious and error-prone.

I have therefore created the Bookmark Export and Import database, which let you export your bookmarks to a backup document, and then later import it again. Below you see a screenshot of my latest backup document;

A picture named M2

Yup, nothing fancy in regard of design here The backup document contains two DXL files (which the Export agents creates for you) along with a bunch of other fields to keep track of all relations in the original bookmark.nsf file. Below you see the content of the About-document
Read more...

10.07.2011

8.5.3 installation - What to do if you encounter "Unexpected results have occurred during the provisioning operation"

Tags: : Lotus Notes
0
Update 24.JAN.2012: Impressed by IBM! IBM contacted me to receive the log files.

Yesterday I wanted to upgrade my Notes installation. Being a developer, I started the notes_designer_admin853_w32en.exe on my Windows 7 x64 Enterprise, and clicked away. At some point in the installation, I got this;

A picture named M2

Read more...

09.27.2011

Import xlsx to Notes? Watch out for the upcoming "Notes Import Export Library"

Tags: : Import Export Library IEL Excel
0
One of the features that have been missing in standard Notes, is the ability to import- and export directly to Excel. Yes, you can  write some code achieve this, typically via OLE Automation (CreateObject ...), but that needs a programmer every time. With older versions of Excel, you could also go the long way via conversion to the 1-2-3 Workbook format, but again, pretty cumbersome.

The upcoming Notes Import Export Library (IEL)  can import- and export the newest Excel 2007/2010 files with the xlsx file extension, as well as the older "97-2003 compability mode" files with the xls file extension. This can even be done without having Excel installed at all!

A picture named M2
Seeing the highly visible field mapping above, you know exactly what gets imported- or exported.

Read more...

04.20.2011

Notes Fields Extractor now let you have full control where you place images and attacments

Tags: : Notes Fields Extractor
0

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.


Tags

Calendar