Announcements
I tries to disable the print and export icon but I don't know where to start.
thanks Ergus Sahin for replay . Your answer was helpful.
There may be a difference in code between versions, but basically you have to override task method.
public int task(int _taskId) { #task int ret; if (!( _taskid == #taskCtrlE)) ret = super(_taskId); return ret; }
André Arnaud de Cal...
294,120
Super User 2025 Season 1
Martin Dráb
232,871
Most Valuable Professional
nmaenpaa
101,158
Moderator