How to copy record multiple times?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
droogers
User
Posts: 72

How to copy record multiple times?

Post by droogers »

Hello,

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


arbei
User
Posts: 9288

Post by arbei »

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


Post Reply