When I updated some records of some tables, the update process does not work properly until I have pushed the buttons several times (usually 3 times). I mean you push update button and the new values disappear, and the old ones reappears. Once I have done it I can navigate in the same table to other registers to update them properly at the first time.
I use dbforms 2.3, Sql Server 2000 and Tomcat 5.0.28.
Do you know where is the problem?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
NO idea - version is running through the tests.
Could you test with current build and have a look if the update event is fired?
Which browser do you use?
Henner
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem with the current build is that I am afraid of the process of migrating. Does dbforms 2.4 change many things from 2.3? Is it a safe upgrade for my app?
How can I find out if the update event is fired? My log4j system does not work.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello again, I have been investigating the problem without reinstalling dbforms. The reason of my problem was that I was using tags like db:updateButton and db:deleteButton before db:body so It was imposible to get a positionPath different from null. Without positionPath it was impossible to update the record, because the system do not know what record.
I am going to write some words about this in the wiki.
Thanks Henner.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I updated some records of some tables, the update process does not work properly until I have pushed the buttons several times (usually 3 times). I mean you push update button and the new values disappear, and the old ones reappears. Once I have done it I can navigate in the same table to other registers to update them properly at the first time.
I use dbforms 2.3, Sql Server 2000 and Tomcat 5.0.28.
Do you know where is the problem?
Thanks.
NO idea - version is running through the tests.
Could you test with current build and have a look if the update event is fired?
Which browser do you use?
Henner
I use Explorer 6.
The problem with the current build is that I am afraid of the process of migrating. Does dbforms 2.4 change many things from 2.3? Is it a safe upgrade for my app?
How can I find out if the update event is fired? My log4j system does not work.
Thanks.
There should be no problem to migrate.
The new interceptor interfaces are backwards compatible.
Only the jasperreports api has changed.
Just try it!
Henner
Hello again, I have been investigating the problem without reinstalling dbforms. The reason of my problem was that I was using tags like db:updateButton and db:deleteButton before db:body so It was imposible to get a positionPath different from null. Without positionPath it was impossible to update the record, because the system do not know what record.
I am going to write some words about this in the wiki.
Thanks Henner.