Hi,
I try to link some field in a grid. But the link will be conditional. Here’s the code I use in onRecord event
if({ITMSUSRSNAFLAG} == 'F'){
sc_link(reset_pwd, 'form_ctrl_reset', glo_user_reset = {ITMSUSRSID},"Reset user password", "modal", 70, 210);
sc_link(reject, 'form_ctrl_deactiv_usr', ITMSUSRSID = {ITMSUSRSID}; glo_user_reset = {ITMSUSRSID}, "Deactivate user", "modal", 80, 200 );
}
form_ctrl_reset is a control application.
form_ctr_deactiv_usr is a form application.
I have no problem with the control one. But with form, the modal shows no records found.
Is it not possible to create link with this macro for form application?
Thanks and best regards…