[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-07-08 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898



This issue depends on issue 111205, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-05-25 Thread sweigel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898


User sweigel changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |111205





-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-04-30 Thread robbygro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898





--- Additional comments from robby...@openoffice.org Fri Apr 30 18:05:55 
+ 2010 ---
Created an attachment (id=69205)
try to input values in the query whithout a value for gruppeID


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-04-30 Thread robbygro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898





--- Additional comments from robby...@openoffice.org Fri Apr 30 18:03:20 
+ 2010 ---
After the test in OOO320m16 I have added a new version of my first attachment.
There is a form and a query. The query will work when the filtered value is the
value you have putted in. The query will return not available when the
filtered value isn't put in. At the same time the data has been saved in the
background.
Seems that the gui will refresh data and calls HSQLDB for all the rows which are
in the query - but the last input could not be a result and is not available
from the database. There wasn't any refresh in earlier versions of OOo-Base at
this time.
The form shows the problem with insertRow() - and a new problem for a new issue:
Not text in the textfields.


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-04-28 Thread robbygro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898





--- Additional comments from robby...@openoffice.org Wed Apr 28 10:26:29 
+ 2010 ---
I have tested OOO320m16 with 
SELECT Name FROM Table WHERE ID IN (SELECT nameID FROM Anothertable)

It does not work. Only filtered data in one table work now.


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-04-28 Thread sweigel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898


User sweigel changed the following:

What|Old value |New value

  CC|'atjensen'|'atjensen,sweigel'





-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-03-07 Thread robbygro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898
 Issue #|109898
 Summary|oForm.insertRow() doesn't work correct
   Component|Database access
 Version|OOo 3.2
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|robbygro





--- Additional comments from robby...@openoffice.org Sun Mar  7 14:26:45 
+ 2010 ---
When inserting data in a table with insertRow() the data were inserted. I can
find them in the table but the macro pops up with no data is available.
The same macro works correct with OOo 3.1.1

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-03-07 Thread robbygro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898





--- Additional comments from robby...@openoffice.org Sun Mar  7 14:58:54 
+ 2010 ---
Created an attachment (id=68194)
insertRow() in a subform


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-03-07 Thread robbygro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898





--- Additional comments from robby...@openoffice.org Sun Mar  7 15:04:56 
+ 2010 ---
In a mainform insertRow() works correct. In a subform it does not work, when the
subform isn't connected with the mainform. The example shows names. In the
subforms the names should get a group. In OOo 3.1.1 it works with the macro:
First insertRow(), then reading the insertID and put it in the maintable. OOo
3.2 inserts the values (could be more than one times) in the table gruppe and
stops with no data is available

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-03-07 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898


User atjensen changed the following:

What|Old value |New value

  CC|''|'atjensen'





--- Additional comments from atjen...@openoffice.org Sun Mar  7 17:07:18 
+ 2010 ---
Well, I think this is actually another example of the error reported in
http://www.openoffice.org/issues/show_bug.cgi?id=108390

It's not identical of course but I would guess it is the same root cause.

That is already fixed and waiting for the first 3.2.1 developers build for
testing. Will check this file against that dev build ASAP after it is released.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 109898] oForm.insertRow() doesn't work correct

2010-03-07 Thread robbygro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109898





--- Additional comments from robby...@openoffice.org Sun Mar  7 19:37:24 
+ 2010 ---
It's the same problem when you construct a query like 
SELECT Name FROM Table WHERE ID IN (SELECT nameID FROM Anothertable)

You will get a query with the possibility to put in new values. But it returns
no data is available and with every OK on the popup it puts in more the data
which is not available into Table.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org