Hello,
i’ve set a global variable with
$usr_group = {rs[0][3]}; ( some field in a table )
and
sc_set_global($usr_group);
How can i use this in another application like
if ({Responsibility} == ‘$usr_group’) // Set as read-only
{
sc_field_readonly({progress}, ‘off’);
}
else // Set as editable
{
sc_field_readonly({progress}, ‘on’);
}
Please respond , thanks in advance
Erwin