Hi I have a question concerning the use of temporary tables. Is it possible to create a table which only lives in the form ? I would like to default the table with som records when the user start the form and then the user can enter som data and the press the button which the will create sales lines. The form is a matrix with variants. When the user leaves the form the table must be empty, ready for the next user. How can I be sure that 2 users can enter data at the same time ?
Take a look at form 344, which is based on temp-data - simple, really.
quote:
When the user leaves the form the table must be empty, ready for the next user. How can I be sure that 2 users can enter data at the same time?
As temp-data only live on the client you should not have any problems. And temp-data are “automatically” deleted when you leave the object (form).