C
|
cgphp 7/1/2011 |
global $conn, $strTableName; |
![]() |
bbarker author 7/1/2011 |
Thanks... Parse error: syntax error, unexpected ';', expecting T_FUNCTION
|
C
|
cgphp 7/1/2011 |
The closing bracket is missing. global $conn, $strTableName; |
![]() |
bbarker author 7/1/2011 |
I'm so close... no errors now, but it still doesn't work.
|
C
|
cgphp 7/1/2011 |
You don't need the function declaration function BeforeMoveNextList(&$data,&$row,&$record)
global $conn, $strTableName;
|
![]() |
bbarker author 7/1/2011 |
Events 1 and 2 worked. |
C
|
cgphp 7/1/2011 |
Check inside phpmyadmin if the LastActivity field was updated. |
![]() |
bbarker author 7/1/2011 |
Nope... that didn't do it.
|
C
|
cgphp 7/1/2011 |
If the LastActivity field is readonly you can't update it. Change it to a text field. |
![]() |
bbarker author 7/1/2011 |
Well... the reason why it is "readonly" is so that the USER can't modify it. It is for "display" only. It is the "timestamp" of when the record was last updated. ... The date/time saves correctly to "LastActivity", when I ADD a vendor, but NOT when I EDIT one!!!!!! |
C
|
cgphp 7/2/2011 |
Bill B, |
![]() |
bbarker author 7/2/2011 |
post a minimal demo of your project.
|
![]() |
bbarker author 7/3/2011 |
Hopefully someone isn't looking for the solution here. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59196&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> |