Method 1: Use a VBA macro for collapsing or expanding grouping Option that allows the upload of own icons to the Scriptcase image manager, in order to be used in the buttons. Pick whatever feels intuitive based on your data. O ScriptCase dispe de macros e variveis especiais que permitem ao usurio manipular eventos, botes das. The following two VBA macros can either collapse all groupings or expand them. Once you know the user is logged in, get the data on what to show them. You could make an array of boolean values based on this, lets call it formfields. Added Font Awesome icons support in toolbar's group button settings. Use these lines of code for collapsing everything to grouping level 1 (minimum). Added an option to show group buttons either Side by Side or Dropdown.
Added support to SweetAlert2 as Modal or Toast in-app notifications. Added SweetAlert2 support in scalert, scajaxmessage and scerrormessage macros. Ws.Outline.ShowLevels RowLevels:=1, ColumnLevels:=1 Added an option to set SweetAlert2 notifications. If you want to expand to show all groupings, expand the row and column levels to number 8 like in the following VBA code. Ws.Outline.ShowLevels RowLevels:=8, ColumnLevels:=8Ĭopy and paste this VBA code into a new module and press play.