Hi,
I am working with LS for a pure notes application.
I need to know a way to show a message(Prompt) when a user opens the database.
I tried it in the Postopen Event of Database Script but the prompt does not appear. The notes client wrote it in the log instead.
Any support would be appreciated.
Frank
Subject: Show Message in Postopen Event (Database Script)
Use “msgbox$” instead of “print”
Subject: RE: Show Message in Postopen Event (Database Script)
Hi Glenn,
I did not use the “print” command.
I used the “Messagebox” command, is there a difference to “Msgbox” ???
Anyway, now it works great and I thank you for your support.
Frank
Subject: RE: Show Message in Postopen Event (Database Script)
msgbox and messagebox are the same. One is an alias for the other.
Subject: RE: Show Message in Postopen Event (Database Script)
Hi Glenn,
until this week I thought so too. Maybe it is a bug…