Показать сообщение отдельно
Старый 09.07.2021, 11:12   #1  
Blog bot is offline
Blog bot
Участник
 
25,646 / 848 (80) +++++++
Регистрация: 28.10.2006
domhk: SysOperationFramework - hide the batch tab
Источник: 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