Macro sc_redir open app in a menu tab

in some situations i need open sc_redir macro target app in a menu tab.
this is critical for run buttons, which work only via PHP/code, so i cannot use a field link.

at present sc_redir opens the target in few options but none of them allows open in a menu tab.

Button open app in a new tab - Scriptcase 9 / Suggestions - Scriptcase

It could be: sc_redir(app,param,‘target’,‘name tab’)
with:
target = ‘_self’, '_parent, ‘_blank’, ‘modal’, ‘_tabmenu’ and name_tab (optional)

Greetings

1 Like

unfortunately, sc_redir does not have _tabmenu option available, I could not make it work as u suggest.
could you?