What is the formule to open a database behind an action button

I create a page Naviguator with buttons,

When I click to this button it 'll be able to open a database saved in the server . to do this action what can be the formule ?

I try to do links Simple action , “open a link” but sometimes the link don’t works in any stations ?? strange … it is more simple for me to create link …

Subject: What is the formule to open a database behind an action button

depends on the user who is logged on n the workstation.

if the notes User is not listed in the ACL of the DB you are trying to open - it will not work

Subject: What is the formule to open a database behind an action button

Here is the formula:@Command([FileOpenDatabase];“(server name)”:“(database name - the .nsf name)”)

Not sure if this is exactly what you wanted…

HTH,

Dan