I Created a template form with some buttons ,textfields and dropdown
fields. i kept saveas button if user clicks and saves the file as
another name . i want to remove apprence of buttons and drop down
buttons etcc.. i trieddataroot.Transmittal_pdf.Button1::click -
(JavaScript, client); save as button
clickdataroot.Transmittal_pdf.Button1.presence="invisible";dataroot.Transmittal_pdf.ResetButton1.presence="invisible";dataroot.Transmittal_pdf.PrintButton1.presence="invisible";dataroot.Transmittal_...