Hi there,
I use the following code to hide buttons form different group e.a
if ([docent_weergave] == 1)
{
sc_btn_display(‘group_3’, ‘off’);
sc_btn_display(‘pesq’, ‘off’);
etc…
i can’t find the id of a advanced button to hide it. any suggestions?