November 17, 200520 yr 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..
November 17, 200520 yr 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, 200520 yr by Guest
November 18, 200520 yr Author 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
November 21, 200520 yr Author 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
November 21, 200520 yr In your script you'll need to return to the original window/layout to perform the Commit Record/Request.
Create an account or sign in to comment