To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76024
------- Additional comments from [EMAIL PROTECTED] Mon Sep 3 09:31:01 +0000 2007 ------- Committed a first fix to CWS dba24b. It still needs a long time to fill the list box (about 6 seconds on my machine, which is about 3 milliseconds per record, multiplied by the 2000 records which are read to fill the list). However, I introduced a caching so that the list is *not* re-read on every record move of the form. That is, formerly traveling through the form (by pressing the "Next Record" toolbar button, for instance), needed 6 seconds *per record*. Now, this is as quick as expected. Still, the 6 seconds are needed upon first loading the form (plus any other time needed there, e.g. for doing the first connection to the database if you didn't do this before, for loading the JVM if you didn't do this before, and the like). I am not sure whether I will address those other performance problems in the scope of this issue here, or whether I will submit a new one. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
