ibiubu Posted September 19, 2002 Posted September 19, 2002 I included the hide toolbar as part of a "Open" script for when the database is opened. But when a related database is opened from within the main one, the toolbars come back. I included the hide toolbars in the related database "Open" script, but this does not seem to help. Is there anything I can do about this? Or is this something that the Developer version of Filemaker is needed for? LR
falkaholic Posted September 20, 2002 Posted September 20, 2002 You can try Allow Toolbars [no] if you havn't yet.
BruceJ Posted September 21, 2002 Posted September 21, 2002 Sometimes its the simplest things taht get me. Are you sure you have all the other files preferences set to automatically run your Open script upon starting? One solution I've found to any of this is to create a sub script that performs some essential operations in the begining of each script. Than, in every script, the first line is, "Perform Subscript:__.." My subscript that I include goes like this: Enter Browse Mode [] Allow User Abort [Off] Set Error Catpure [On] Allow Toolbars [Off] Toggle Status Area [Hide] If ["Status(CurerntModifierKeys)=2"] Show Custom Dialogue ["Data Format Concern", "Your CAP LOCK key is ON Please turn if OFF"] End If
Recommended Posts
This topic is 8098 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