https://issues.apache.org/ooo/show_bug.cgi?id=120278
Priority: P3
Bug ID: 120278
Assignee: [email protected]
Summary: Database field NEXT RECORD fails in default
configuration
Severity: normal
Issue Type: DEFECT
Classification: Application
OS: All
Reporter: [email protected]
Hardware: All
Status: UNCONFIRMED
Version: AOO 3.4.0
Component: ui
Product: word processor
Created attachment 78644
--> https://issues.apache.org/ooo/attachment.cgi?id=78644&action=edit
sample document for testing
In previous versions of OOo, the NEXT RECORD field advanced to the next record
by default. The field's default configuration provided a condition of TRUE; as
long as the user didn't change the default, the field would cause a record
advance.
With AOO 3.4, the field's default condition is sal_TRUE, which does not
evaluate to a true condition and the default action of the field is _no_ record
advance.
If the user modifies the condition for the field to some value accepted as
logically true--for example the old default value, TRUE--then the field works
as before.
You can test this with the attached document, or with a simple test that
includes the NEXT RECORD field (Insert > Fields > Other > Database > Type: Next
Record. Use the "Data to Fields" function to copy data from the database into
the fields.
Expected results: NEXT RECORD skips to the next data record
Actual results: The same data record is processed--the NEXT RECORD field has no
effect.
--
You are receiving this mail because:
You are the assignee for the bug.