@command help

Hi,I have a button on an “about database” page that I would like a user to click on to get to a database (same database) that I am working on. I have created a custom frameset for the database. I would like my users to see this custom frameset of the database rather than the standard Notes style.

The problem is that I get an error when I click on the button. The error says “cannot find frameset”. The code that I am using on the button is: @command([OpenFrameset];nameofframeset).

I am not sure if I am going about this right way or if the something wrong with the code.

Please advise.

Thank you in advance for your input.

Subject: @command help

include name of frameset in double quotes “framesetname”…