raingirl Posted April 14, 2006 Posted April 14, 2006 I want to have a window pop up and be locked until the user clicks a "close button". I can create a script that allows user abort (off), opens the window and pauses indefinitely until the user clicks resume script, then I have it close the window. This works fine if the user just does data entry and hits a button that resumes script/closes window. However, there are times when I want the user to execute a script on that layout will the initial script is being paused. I tried incorporating the sub-script into the original window opening script but there is no good way to get this to work. The problem I am having is that the "resume" script step doesn't allow you to pass a parameter so the script doesn't know whether to close or execute a different script command. I am approaching this wrong?? I really want the ability to freeze the window so the user can't leave the pop window without hitting a button. Any help would be appreciated!
IdealData Posted April 15, 2006 Posted April 15, 2006 Can you use a global field to track the state of your scripts? We had to do it in FM6 or before, so it should still work.
raingirl Posted April 18, 2006 Author Posted April 18, 2006 If the script is paused and the user has more than one button choice on a layout, there is no way to capture which button choice should be activated next in the script without passing a parameter. Since the resume script step doesn't allow for that, I don't see any way to get around it.
Raybaudi Posted April 18, 2006 Posted April 18, 2006 Hi raingirl take a look to " Who care the X " ! It is an alternative way to stop the "close" box.
Recommended Posts
This topic is 6796 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