Источник:
https://domhk.blogspot.com/2021/07/s...batch-tab.html
==============
Got a requirement to hide the batch tab in a print report dialog. Took me longer to figure it out. Anyway, in the end all I had to do was to call the showBatchTab method.
// Hide the batch tab
controller.showBatchTab(
false);
This posting is provided "AS IS" with no warranties, and confers no rights.
Источник:
https://domhk.blogspot.com/2021/07/s...batch-tab.html