Hi Marco,

is it also possible to pass a table of records to the procedure?

On database I've created an array table with two fields, at example 'item_number' and 'quantity'.
But if I try to pass my record by ...elements[x] I get an error message because of 'incompatible types: variant and record ...'

Any idea?