Page 1 of 1

How to copy record multiple times?

Posted: Mon Mar 20, 2023 8:09 pm
by droogers

Hello,

in PHPmaker it is possible to copy/duplicate a record. I cannot found how to copy it two or more times.


Re: How to copy record multiple times?

Posted: Mon Mar 20, 2023 8:37 pm
by arbei

You may use Row_Inserting or Row_Inserted server event to execute your INSERT statement (e.g. by ExecuteStatement()).