![]() |
Sergey Kornilov admin 3/31/2009 |
Since you use a WHILE loop this will update all records in your database. You only need to run it once. To access key column value use $keys["KeyColumnName"] (replace it with the actual field name). |
S
|
scopley author 4/1/2009 |
Since you use a WHILE loop this will update all records in your database. You only need to run it once. To access key column value use $keys["KeyColumnName"] (replace it with the actual field name).
|
![]() |
Sergey Kornilov admin 4/1/2009 |
$keys["KeyColumnName"] is BeforeEdit event holds the value of current record key column. |