spankalee Posted February 17, 2005 Posted February 17, 2005 I'm pretty sure this is a bug in FMP7. I have a Print All script that opens a new window, performs a find, loops through all the records and prints each one, then closes the window. The problem is that FileMaker then switches my original window to another layout. It's always the same one, and unfortunately, it's a utility layout that's of no use to the users and completely takes them out of the navigation system I built. I remembering having this problem before, but i can't remember how I solved it or worked around it, I also can't find any threads here about it. Has anyone else had this problem? It's kinda a big deal over here. Thanks
Ender Posted February 17, 2005 Posted February 17, 2005 I doubt it's a bug. You may be switching the layout in there somewhere, either with Go to Layout, or Go to Related Records []. You can trace the script (or post the complete script for us to look at.) Maybe a Go to Layout [ original layout ] script step at the end of the calling script will fix it.
spankalee Posted February 17, 2005 Author Posted February 17, 2005 Ok, I found the print button, I guess that will do. PrintToShipSelected.pdf
-Queue- Posted February 17, 2005 Posted February 17, 2005 Try adding a step to zoom or maximize your original window after closing the other one. It sounds like the original window may simply have been minimized.
spankalee Posted February 18, 2005 Author Posted February 18, 2005 The original window isn't minimized, it's the one getting changed to the wrong layout. I can tell since I've set it's title. Also if I put a pause step as the last step, everything is fine until the script exits. That is, it pauses on the correct layout on the last step of the script and then switches layouts after the script is done.
spankalee Posted February 18, 2005 Author Posted February 18, 2005 Man... It's a huge multi-file setup with lots and lots of data in it. Let me see what I can do. Interesting development: the error doesn't happen on on machine. Same version of FMP.
-Queue- Posted February 18, 2005 Posted February 18, 2005 A clone of the problem file should be sufficient.
Recommended Posts
This topic is 7221 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