by Fabio Di Paola | 12 Jun 2025 | HCL Domino Leap, LotusScript
As we know by now with HCL Leap you cannot modify an existing application but must start from scratch by creating a new one. One situation you may run into is the need to transform an existing application into a Leap : it is entirely possible to recreate an...
by Fabio Di Paola | 4 Nov 2024 | LotusScript
I needed to export some data in .Csv format from an application made totally for the browser . As usual LotusScript helped me: here are the steps I took: create a view with the data you want to export and call it “export” create an agent to be invoked by the...