![]() |
Alexey admin 7/28/2006 |
Hi, BeforeEdit = False
|
G
|
gawde author 7/28/2006 |
Hi, make sure you have this line in your BeforeEdit event handler Also you can post the code of your event handler here and I'll tell you what to fix in it.
|
![]() |
Alexey admin 7/31/2006 |
Hi, BeforeEdit = False
// after add event if(function_exists("AfterEdit")) AfterEdit(); } $message="<div class=message><<< ".##SCRIPTMESSAGE(RECORD_UPDATED)##." >>></div>"; }
// after add event if(function_exists("AfterEdit")) AfterEdit(); $message="<div class=message><<< ".##SCRIPTMESSAGE(RECORD_UPDATED)##." >>></div>"; } } |
G
|
gawde author 7/31/2006 |
Thanks much Alexey. The last suggestion did the trick. |