09-28-2019, 03:26 PM
Hi all,
This question is no longer relevant for me. I have found a solution:
In the IWEdit's Scriptevent, in OnFocus, I put the following:
var val = this.value;
this.value = "";
this.value = val;
That is working just as well as the JS injection in the FormCreate event proposed by Alexandre previously.
Thanks to Alexandre for the help. Your proposal worked fine and in fact pushed me in the right direction.
Regards
Soren
This question is no longer relevant for me. I have found a solution:
In the IWEdit's Scriptevent, in OnFocus, I put the following:
var val = this.value;
this.value = "";
this.value = val;
That is working just as well as the JS injection in the FormCreate event proposed by Alexandre previously.
Thanks to Alexandre for the help. Your proposal worked fine and in fact pushed me in the right direction.
Regards
Soren

