This topic is locked

IMPORT EVENTS

6/1/2009 10:39:22 AM
PHPRunner General questions
G
gluckett author

Hi, it seems that my Oracle triggers are not fired when importing an XLS file wth the Import in PHPRunner.
If I go into the record and use the EDIT php page, the trigger is fired.
I could run a update myTable set FIELD1 = FIELD1 to set off the triggers after the Import, but there are no EVENTS in PHPRunner to call this SQL.
Is there a workaround?
thanks

gordon

C
charly1211 6/14/2009

I also need some events when importing new files. It is possible to modify the import.php file, but if you rebuild the sthe site the modifications are overwritten.

J
Jane 6/16/2009

Hi,
you can add your chages to the generated ..._import.php file or to the source/import.php file directly.