Hello All,
I have a database which inherits its design from a template.
One of the views has a button which executes some lotusscript.
The button works fine in the view, but does not work at all in a folder generated from the view.
If I program the button directly on the database and not via the template, then the button works both on the view and the folder. I have even simplied the script down to messagebox(“Hello”) and this does not work. Please assist if you can.