Hello,I'm trying to execute the following code, as a single item in a
button click event, but it fails, with only STEP2 section and SAVE AS
being executed
properly:form.frmMaster.Master1.FileStampButtons.RejectButton::click -
(JavaScript, client)/* --STEP 1 -- Disable/Hide all buttons except PRINT
*/this.presence = "invisible";AcceptButton.presence = "invisible";/*
--STEP 2 -- Change File Stamp to reflect REJECTED ; IOW, remove file
stamp */ pg1.sfCap.sfCapLower.Text25.presence =
"invisible";pg1...