G Gilmichel New member Mar 14, 2018 #1 Hi, Is there an hescript to hide or show button in toolbar ? Thank-you
G Gilmichel New member Mar 14, 2018 #2 Ok, found it: procedure Procedure2; begin SetUIProp(“Toolbar1bprint”, “Visible”, “FALSE”); end; Click to expand... It will hide print button Last edited: Mar 14, 2018
Ok, found it: procedure Procedure2; begin SetUIProp(“Toolbar1bprint”, “Visible”, “FALSE”); end; Click to expand... It will hide print button
gdgsupport Support Staff member Mar 14, 2018 #3 Sure, it works like that. Any “simple” property available in the UI Editor / Properties Editor can be modified at runtime using SetUIProp.
Sure, it works like that. Any “simple” property available in the UI Editor / Properties Editor can be modified at runtime using SetUIProp.