I would like to run a javascript behind a button in a subform.
I have generated the button "lancer anydesk" which is my ultimate objective : launch anydesk program. I need to retrieve the value of a field in the current record. Here is the script :
Code: Select all
$anydeskid=nuGetValue('pos_id_anydesk');
nuMessage("$anydeskid="+$anydeskid);
In edit mode : In the subform How can I solve this pb ?
Many thx,
Yves