![]() |
Sergey Kornilov admin 7/19/2016 |
You need to use BeforeInsert event for this purpose: $values["UserID"]=$_SESSION["UserID"]; |
A
|
Abul author 7/19/2016 |
You need to use BeforeInsert event for this purpose: http://xlinesoft.com/phprunner/docs/before_insert_record.htm Sample code: $values["UserID"]=$_SESSION["UserID"];
|
![]() |
lefty 7/19/2016 |
Thanks Admin! I totally agree with you and it should be as it happened in 7.1. I followed this logic in 8.1 too, with no result. Unless I select "UserID" field for Import Page at Field Setup step in project building as well as select this field on the Import Preview Page step in Application running before Import, this event does not fireup to capture $_SESSION["UserID"]. In this way user can know that the application is capturing their ID in background. I don't want user to know from front end that application is capturing their ID in background.
|
![]() |
Sergey Kornilov admin 7/19/2016 |
Not sure what else I can say without seeing the project and data. If you have a support contract post your project to Demo Account and contact support directly. |
A
|
Abul author 7/19/2016 |
Not sure what else I can say without seeing the project and data. If you have a support contract post your project to Demo Account and contact support directly.
Import into data 7/20/2016 2:35:54 AM 0 out of 1 records processed successfully. 0 records added. 0 records updated. 1 records processed with errors: Column count doesn't match value count at row 1 "","90","90","70","012345","2016-07-20 02:35:54"
http://www.asprunner.com/forums/topic/23966-get-names-labels-of-imported-columns/
|