Hello, in the onAfterinsert event of a form i am doing this:
if ({field} == “value”)
{
sc_redir(app_to_call, parm1={var_test}, “modal”, 600, 700);
}
it works but opens a modal with a width that i can not change. The width (600) doesn’t seem to be affected by what i specify. Only the Height (700) changes.
How do i set the width of the modal view?
Am i writing a wrong syntax?
Thanks