gsprague Posted October 15, 2004 Posted October 15, 2004 Hey what's up? You guessed it, another filemaker question. I'm not fully understanding Pause/Resume? I have a Pause/Resume in one script and that script brings me to another layout to do some stuff. Then I click a button that has a script and then I want it to resume back to my last script. Instead the script just sits there and I have to click the script:continue button. Is it possible to run a different script while another script is running and then resume back to that previous script? I tried debugging but the Pause/Resume is confusing me. Please let me know if want to see my code. Thanks, Galen
MoonShadow Posted October 15, 2004 Posted October 15, 2004 Galen asked ... then resume back to that previous script? Actually, pause/resume within a script is just that ... it pauses/resumes THAT script. When you attach a script to a button to execute, you have an option to Exit, Halt, Pause and Resume. Attach your Resume there. In this way, when your second script finishes, control will be turned back over to the first script to resume whatever it needs to do. You will have to play with this to get it just right for what you need; I would have no way of specifying exactly how you should handle it without seeing your process. But (from attaching to the button) is where you want to handle this.
transpower Posted October 16, 2004 Posted October 16, 2004 You can also just press <ENTER> in the layout to resume (in case your Status Area isn't showing).
Recommended Posts
This topic is 7346 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