|
A
|
ann 7/14/2010 |
|
Hi, $strSQLUpdate = "update Photo set Counter=Counter+1 where Photoid=".$values["Photoid"]; |
|
|
S
|
sepp author 7/14/2010 |
|
Hi, to change Counter value add the following code to the View Page:Before Display event on the Events tab: $strSQLUpdate = "update Photo set Counter=Counter+1 where Photoid=".$values["Photoid"];
|
|
|
A
|
ann 7/14/2010 |
|
Hi, |
|
|
S
|
sepp author 7/14/2010 |
|
THANKS !!!!! |
|