larine Posted August 16, 2007 Posted August 16, 2007 When someone opens the database under the guest account, I want it to open to a default page, with no records displayed, and the "home" layout. At the moment when anyone opens the database it opens at the last record/layout the last user was looking at. Anyone know a solution to this?
Newbies Mark Kenepp Posted August 16, 2007 Newbies Posted August 16, 2007 With the desired FileMaker file open, go to the File menu and select File Options... In the Open/Close tab, select the desired layout in the When opening this file section. Alternately, you could create a script that navigates to the layout you want, and performs any other tasks you wish at start-up, and set that script to run by selecting it through the same dialogue box mentioned above.
cooldjmac Posted August 17, 2007 Posted August 17, 2007 What if the user is connecting via the Instant Web Publishing portion? How do you set the default page that way and more importantly, hide the status bar?
IdealData Posted August 17, 2007 Posted August 17, 2007 You need to do a little scripting. Apart from the default layout you can also specify a start up script - then you can do pretty much anything. See the Get(ApplicationVersion) function to determine the client application.
larine Posted August 20, 2007 Author Posted August 20, 2007 This is great. Thanks so much for your help!
Recommended Posts
This topic is 6306 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now