lesterd Posted January 24, 2013 Posted January 24, 2013 I have a data base that is working fine in IWP, but now I have hidden the status bar from the students. Is there a way to put a continue and a submit button on the page the students are working with. I have a script that takes the student to their own page after they enter their own individual ID code. But there is a place in the script where it pauses to allow the student to enter the code. The return key or tab key will not trigger the script to continue. I need to have a continue button on the screen. Next the student will enter data and I need to have a submit button for them to use to submit the data they entered. I am using FM 11 server advanced Any solutions? Thanks Lester
dansmith65 Posted January 24, 2013 Posted January 24, 2013 Add a button that is defined to resume the currently running script.
lesterd Posted January 25, 2013 Author Posted January 25, 2013 The button works to continue script. It works perfectly. Thanks! BUT does anyone know how I would put a button on the page to Submit the data? If it is a script, what script would I use. Should I put request this on the Scripts page? Thanks Lester
dansmith65 Posted January 25, 2013 Posted January 25, 2013 I think you're looking for the Commit Record script step.
Fitch Posted January 26, 2013 Posted January 26, 2013 As Dan said, IWP commands don't always correspond intuitively to their web equivalents. Submit / Commit is a good example. In case you ever have a need for a "Log Out" command: it's Exit Application.
Recommended Posts
This topic is 4587 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