I have a grid and insert a link in each row
[v_Akt_ID] = {Akt_ID};
[vAID] = 'Akt öffen ’ .{Akt_ID};
if ($v_FB_found == ‘FF’){
sc_link(Akt_ID, form_FF_Aktivitaeten_KL, Akt_ID=[v_Akt_ID], [vAID], “iframeR”);
}
if ($v_FB_found == ‘ASS’){
sc_link(Akt_ID, form_ASS_Aktivitaeten_KL, v_Akt_ID=[v_Akt_ID], [vAID], “iframeR”);
}
the link is working fine regarding the call of the different form but it is using every time only the Akt_ID from the first row of the grid view