November 17, 200421 yr Hi everyone!!! Would like to know if we can disable these 2 buttons. There causing my scripts, in some cases, to execute more then once. Example: If I already have a button on the layout with a script attached to-it, if I press this button it will execute my code, but then the 'submit' and 'cancel' button show up. If I want them to disappear, I will press submit. Now when I do that in some instances, it re-executes the previous script that was activated. Any clues on how to fix this, if I cant disable the 'submit' and 'cancel' buttons. Thank you in advance for any help you can provide me with... Pat.
November 18, 200421 yr Hi Pat, The way I get around that is by hiding the entire status area. To do this, create a script that hides the status area and locks it. Set that script to run on open in the File Options. This will make it so the users can't and won't see those buttons. One thing though. Since you're hiding those buttons, you'll have to make use of the Committ and/or Revert record commands in your scripts. HTH Adam
Create an account or sign in to comment