Thanks for the quick reply, Peter.
Unfortunately I don’t get it.
Where is the reference to ‘record’ or its contents ‘Employee’ or ‘Order’ in initrowdetails?
Which brings me to two other questions: what is ‘uid’ referring to in the line
var id = record.uid.toString();
Also, what’s purpose of
var filter_or_operator = 1;
the variable ‘filter_or_operator’ is never used. What’s it for? What is the meaning of ‘1’?
Many Regards
Peter