Hi
How can I redirect users to an adres on the internet when they open a notes database from the client?
I was thinking of placing something on the about document and set the launch option to open the about document.
Kind Regards
Hi
How can I redirect users to an adres on the internet when they open a notes database from the client?
I was thinking of placing something on the about document and set the launch option to open the about document.
Kind Regards
Subject: Redirecting users to an internet adres when opening a notes database from the client
You could modify the database script Postopen function. Change it to Formula and used @UrlOpen.
Example:
@UrlOpen(“http://www.notes.net”)