[dba-issues] [Issue 108377] Forms with setting 'Add d ata Only = Yes' broken

2010-02-14 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from mechti...@openoffice.org Sun Feb 14 13:49:46 
+ 2010 ---
close the duplicate

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

2010-02-12 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377





--- Additional comments from chrisbr...@openoffice.org Fri Feb 12 22:22:46 
+ 2010 ---
This is what I did to fix the problem without too much complication.

I changed the Add data only of all my forms that had 'yes' in them to 'no'.

Then, at the start of my ResizeOnOpen subroutine, which I have for every form
that is loaded, I added:

Sub ResizeOnOpen(Event As Object)

Dim ThisForm As Object
ThisForm = Event.Source
ThisForm.MoveToInsertRow()

The rest of my initialsation routine..

End Sub

And whallah! It all works fine.

Both the InsertRow() method and the 'Save record' action of the forms save the
new row correctly without error.

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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





--- Additional comments from atjen...@openoffice.org Fri Feb 12 22:23:59 
+ 2010 ---
great

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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





--- Additional comments from atjen...@openoffice.org Thu Feb 11 18:44:57 
+ 2010 ---
Attached is a .bas file with a couple of routines to use as work arounds for 
this.

To use this - open your Base file, add if you need to, a basic library to the
file, copy the contents of the attachment into an empty module in the library.

The comments in the file should give you the information to make use of it.

For questions please use the mailing list users @ dba.openoffice.org or drop me
a direct email.

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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





--- Additional comments from atjen...@openoffice.org Thu Feb 11 18:52:15 
+ 2010 ---
Created an attachment (id=67762)
basic macro


-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User md changed the following:

What|Old value |New value

Target milestone|OOo 3.2   |OOo 3.2.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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User atjensen changed the following:

What|Old value |New value

 Summary|The insertRow() method rai|Forms with setting 'Add da
|ses an exception  |ta Only = Yes' broken





--- Additional comments from atjen...@openoffice.org Thu Feb  4 16:36:41 
+ 2010 ---
Updated summary

Checked with OOO320_RC5, XP

To reproduce:
Download the attached database 
Open form Task
Enter data in all control
Try to save the data

==
On that post of the data
- the data is written correctly to the table
- the dataform displays an error dialog to the user saying that the data was not
written
- the data entered in the forms controls is still displayed
- the form navigation controls all show that the form needs to be saved
-- there is a clue here as the navigator shows 2 records which should never
happen with this type of form.
- if the user believes what the application just told them and tries to post the
data again
-- a different, more onerous, error dialog is displayed ( cause now there really
is an error state in the dataform control )

At this point if the user hits the REFRESH button on the navigator, or tries to
close the form
- A warning dialog informing them that there is unsaved data
-- there only choice is to tell the application to throw away the new data
--- of course the data is in that table...they just don't know it
==

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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





--- Additional comments from atjen...@openoffice.org Thu Feb  4 16:37:30 
+ 2010 ---
Created an attachment (id=67615)
test form TASK


-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User atjensen changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |fs

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.2





--- Additional comments from atjen...@openoffice.org Thu Feb  4 16:38:57 
+ 2010 ---
Assign to developer
Set initial target

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User atjensen changed the following:

What|Old value |New value

Subcomponent|MySQL Connector/OOo   |none





--- Additional comments from atjen...@openoffice.org Thu Feb  4 16:43:56 
+ 2010 ---
the issue is not limited to MySQl connector

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User sweigel changed the following:

What|Old value |New value

  CC|'atjensen'|'atjensen,mechtilde,sweige
|  |l'

Keywords|  |regression, release_blocke
|  |r

  OS/Version|Windows XP|All

Priority|P3|P2

 Version|OOo 3.2 RC2   |OOO320m6





--- Additional comments from swei...@openoffice.org Thu Feb  4 17:08:49 
+ 2010 ---
confirming

already broken with OOO320m6 (tested on Ubuntu Linux)

@Mechtilde: wanna have a look?

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User md changed the following:

What|Old value |New value

  CC|'atjensen,mechtilde,sweige|'atjensen,md,mechtilde,swe
|l'|igel'





-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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





--- Additional comments from f...@openoffice.org Thu Feb  4 21:11:07 + 
2010 ---
duplicate of issue 108390, isn't it?

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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





--- Additional comments from atjen...@openoffice.org Thu Feb  4 21:38:58 
+ 2010 ---
yes - (explains why felt like de-jevu arrgh) close this one and re-open the
other, then?

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from f...@openoffice.org Thu Feb  4 21:47:00 + 
2010 ---
yes and no :) The other one is fixed, but only in a CWS so far, which is not yet
integrated = no need to re-open.
Thanks for the feedback, and more important for the work you put on this.

*** This issue has been marked as a duplicate of 108390 ***

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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





--- Additional comments from atjen...@openoffice.org Thu Feb  4 21:51:05 
+ 2010 ---

Couldn't a macro get between the post and the first error dialog and suppress
it? Then handle a fixup of the daraform so the user can just keep working..If so
we could attach the workaround macro to the original posting at the user forum.

I'll give that a go this evening..

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User mhatheoo changed the following:

What|Old value |New value

  CC|'atjensen,md,mechtilde,swe|'atjensen,md,mechtilde,mha
|igel' |theoo,sweigel'





--- Additional comments from mhath...@openoffice.org Fri Feb  5 01:02:54 
+ 2010 ---
cc'ed myself
and courious to see, whether this is somehow related to what I observed and
reported under issue No.108299 : the displayed data vary from the stored data 
due to (I guessed so!) a version change in handle the default field-format.

Martin

-
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 108377] Forms with setting 'Add d ata Only = Yes' broken

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


User kamataki changed the following:

What|Old value |New value

  CC|'atjensen,md,mechtilde,mha|'atjensen,kamataki,md,mech
|theoo,sweigel'|tilde,mhatheoo,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