chiefbobkat Posted March 3, 2005 Posted March 3, 2005 A word to the wise, programing while on Nyquil is not a good ideal! The reason I know this is because while on Nyquil I was working on a client's database and mistakenly put a close window statement in my startup script. Now I can't get back into the database because all the windows are closed. In Access you can prevent the startup scripts from running by holding down the shift key while opening the file. Does anyone know of a simular "escape" escape for Filemaker? Thanks for the help
kevh72 Posted March 3, 2005 Posted March 3, 2005 Is Allow User Abort "ON" or "OFF" or not included at all? If it's "ON" or not included in the script, hit "ESC" repeatedly as the solution loads.
chiefbobkat Posted March 3, 2005 Author Posted March 3, 2005 Thanks Kev, But unfortunately the close window command is the first command in the script and I apperently can't press the escape key fast enough. Does anyone know of a way to open the file in a "safe" mode in with no scripts launching?
SteveB Posted March 3, 2005 Posted March 3, 2005 Open the file through a relationship. Create a new file that just has a constant 1 which I assume you've already defined in the file that closes. Or pick any global to match with. Then just go into the problem file and change the script. Steve
andygaunt Posted March 3, 2005 Posted March 3, 2005 If you have FileMaker Developer (and an Admin level password), you can also open another file first and then turn on the Debug Scripts. Then open your problematic solution and the script that is trying to run will be displayed, you can then access scriptmaker and remove the offending line.
Recommended Posts
This topic is 7207 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