Rushhour Posted November 17, 2005 Posted November 17, 2005 Hi. I wish to hide and lock the status window once i browse it, I know how to do it for button but not at startup. How can i do that? Thanks a lot..
Kent Searight Posted November 17, 2005 Posted November 17, 2005 (edited) Use Show/Hide Status Area [Hide}, then check the Lock checkbox in the Edit Script dialog box. This is your script step. Then go under File>File Options and assign that script to run at startup. Edited November 17, 2005 by Guest
Rushhour Posted November 18, 2005 Author Posted November 18, 2005 Hi, thanks Kent S. I done a form, when user click submit it will open a new window to prompt for 'Confirm' or 'No'. And when user choose 'no' it will bring back to user record. If user choose 'yes' it will commit the record. I only manage to figure out how to do a button to 'commit' within that record. Any ways can I commit that record in the new window (Prompt Confirm)?? Thanks a lot.. Kelvin
Kent Searight Posted November 18, 2005 Posted November 18, 2005 There is a Commit Records/Requests step.
Rushhour Posted November 21, 2005 Author Posted November 21, 2005 Yeah i know that.. Sorry maybe i structure my question again. I have 2 layout, 1 is the 'requestform' while other is the 'Confirm'(popup window). In the confirm layout it will prompt me to coose 'yes' to save my record or 'no' to go back to the form layout. I know how to commit and save my record if my 'yes' button is done in my 'requestform' layout. Now im trying to save the record in my requestform layout from the 'confirm' layout. How should i go about doing it..? Thanks a lot.. Kelvin
Kent Searight Posted November 21, 2005 Posted November 21, 2005 In your script you'll need to return to the original window/layout to perform the Commit Record/Request.
Rushhour Posted November 22, 2005 Author Posted November 22, 2005 I managed to solve it.. Thanks Kent_S =)
Recommended Posts
This topic is 6944 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