Recupero del valore di un campo con GETVALUE
object GETVALUE(string Fieldname);
Example:
MESSAGE('Customer Name is ' .. Customer:GETVALUE('Name'));
Utilizzare questa funzione per restituire il valore del campo.
object GETVALUE(string Fieldname);
Example:
MESSAGE('Customer Name is ' .. Customer:GETVALUE('Name'));
Utilizzare questa funzione per restituire il valore del campo.