Bug? Insert Record Event on table VIEW .$strTableName. |
5/6/2009 8:27:53 AM |
PHPRunner General questions | |
S
sloftus author
I'm using PHPRunner 5.0 build 766 |
|
J
|
Jane 5/6/2009 |
Hi, |
S
|
sloftus author 5/6/2009 |
Hi, it's not bug. $strTableName returns name of current table or view. $strOriginalTableName returns actual table name for view created in PHPRunner.
|
![]() |
Sergey Kornilov admin 5/6/2009 |
I recommend to post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation. |
J
|
Jane 5/7/2009 |
Hi, global $strOriginalTableName; $strSQLSave = "INSERT INTO AnotherTable (Field1, Field2) SELECT Field1, Field2 FROM ".$strOriginalTableName." where ".$where; ... |