Hello.
I have a question for you.
How can we pass data of a temporary table by reference without having copied it? Use of var-parameter of a record type is not this case. I want to store the only the reference.
That's the case.
I create a form with a temporary table and fill it there. Then, I want to store a reference to that data in another variable outside the form without performing a copy-procedure.
0