Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8098 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.