Issue 120287 - Scrolling error when allowdeletes allowupdates allowinserts are False
Summary: Scrolling error when allowdeletes allowupdates allowinserts are False
Status: UNCONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 3.4.0
Hardware: PC Windows XP
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 05:37 UTC by plebihan
Modified: 2013-01-29 21:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
duplicate rows appear when scrolling a form (5.05 KB, image/gif)
2012-07-16 05:37 UTC, plebihan
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description plebihan 2012-07-16 05:37:50 UTC
Created attachment 78646 [details]
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).