Hello.
I'm using a form to copy records of a table. I use the instruction "TRANSFERFIELDS" to copy all the fields of one record to a new one and after this I modify two fields of this new record with new values. After this I use the instruction MODIFY but the next error message appears:
"Another user has modified the record for this my_table_name after you retrieved it from then database".
What do I have to do to copy all the fields? There are so many and I can't do this one by one.
Thank you very much!!
0
Comments
Are you performing these steps in different functions using different variables?
In any case, you need to go "get", then do your changes, then a modify.
RIS Plus, LLC
Works for me everytime.
May be posible to delete the existing record previously saving the existing fields values and after this use transferfields and insert?
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!