You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/16 07:37:50 UTC

[Bug 120287] New: Scrolling error when allowdeletes allowupdates allowinserts are False

https://issues.apache.org/ooo/show_bug.cgi?id=120287

          Priority: P3
            Bug ID: 120287
                CC: ooo-issues@incubator.apache.org
          Assignee: needsconfirm@dba.openoffice.org
           Summary: Scrolling error when allowdeletes allowupdates
                    allowinserts are False
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: Windows XP
          Reporter: plebihan@tekimmo.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: AOO 3.4.0
         Component: none
           Product: database access

Created attachment 78646
  --> https://issues.apache.org/ooo/attachment.cgi?id=78646&action=edit
duplicate rows appear when scrolling a form

When building a simple database form based on a request on a table with key and
fields :
SELECT "key", "field1", "field2", .. FROM "table" ORDER BY "key"
If the form properties AllowDeletes, AllowUpdates, AllowInserts are all =
False, scrolling the form backwards does not work correctly (row duplicates
appear).
The problem disappears if one of these Allowxxxxx properties is set to True.
It seems to disappear either with complex requests (containing join between
several tables).

-- 
You are receiving this mail because:
You are on the CC list for the bug.