After updating to version 8.1.040 is not working ajax event to fill in the text field.
this query on Ajax Event that used to work does not work now:
$query=“SELECT mu.codice, mu.codfurgdefault FROM mio_utenti mu
WHERE mu.codice={CodOperatore}”;
sc_lookup(dataset,$query);
{CodMagazzinoMobile}={dataset[0][1]};