Home › Forum › General › Can I hide the print button on the printed page › Re: Can I hide the print button on the printed page
December 7, 2009 at 4:56 pm #4946
Anonymous
I did it by linking the following steps in this order on the “Button is Pressed” behavior:
1 – Set State (under Object Commands) => Set the button object to “Hidden”
2 – Print (under Form Commands) => Print the page
3 – Set State (under Object Commands) => Set the button object to “Normal”
I hope this helps.
Note: I made it a regular button and not a built in Print button.
Tommy