deleting event don't throw the delete op anymore. They come back applying this patch, but I don't think this is the correct way, (I don't even understand if this could be caused by my mistakes or what) so, if someone could try to make a delete ...


cvs -z4 diff -u -wb DatabaseEvent.java (in directory D:\workspace\dbforms\src\org\dbforms\event\)
Index: DatabaseEvent.java
===================================================================
RCS file: /cvsroot/jdbforms/dbforms/src/org/dbforms/event/DatabaseEvent.java,v
retrieving revision 1.10
diff -u -w -b -r1.10 DatabaseEvent.java
--- DatabaseEvent.java 6 Aug 2003 19:48:26 -0000 1.10
+++ DatabaseEvent.java 12 Aug 2003 15:20:25 -0000
@@ -160,7 +160,7 @@
Vector params = ParseUtil.getParametersStartingWith(request,


paramStub);



- boolean doIt = insertMode;

+ boolean doIt = insertMode || this.getType().equals("delete");

if (!doIt)

{

// First check if update is necessary





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to