|
T
|
thesofa 10/23/2006 |
|
it seems that this has been partly answered by this post here |
|
|
M
|
mmponline author 10/23/2006 |
|
thesofa
|
|
|
|
Sergey Kornilov admin 10/23/2006 |
|
Stephan,
if ($data["NumberOfEdits"]>0)
|
|
|
M
|
mmponline author 10/24/2006 |
|
Seems like I'm missing somethng, somewhere.
|
|
|
J
|
Jane 10/24/2006 |
|
Stephan, function EditOnLoad() { global $where; global $data; echo "<script language=javascript>document.editform.value_ShipName.disabled=true;</script>"; }
function BeforeEdit(&$values, $where) { $values["NumberOfEdits"]++; return true; } |
|
|
M
|
mmponline author 10/24/2006 |
|
Jane
|
|
|
|
Sergey Kornilov admin 10/24/2006 |
|
Stephan,
|
|
|
M
|
mmponline author 10/31/2006 |
|
Sergey
|
|
|
|
Alexey admin 11/1/2006 |
|
Stephan, |
|
|
M
|
mmponline author 11/1/2006 |
|
IOW, the code that you supplied is incorrect. Pitty I did not know this from start as I spent a lot of time on this, trying to debug it from the code you supplied. |
|
|
M
|
MikeB941 10/21/2007 |
|
Dear Jane:
|
|