To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102932
                 Issue #|102932
                 Summary|mailmerge: printing of serial letter to one file will 
                        |leave that file empty
               Component|Word processor
                 Version|DEV300m50
                Platform|Opteron/x86_64
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|writerneedsconfirm
             Reported by|dtardon





------- Additional comments from dtar...@openoffice.org Fri Jun 19 06:28:21 
+0000 2009 -------
When printing serial letter using a selection (from--to), the resulting file
will be empty. The problem is in integer conversion--the selected records are
transferred from the dialog as sequence<Any>, but SwMailMergeDlg::ExecQryShell()
inserts the selected positions (i.e. all positions in given range) as ULONG,
whilst SwNewDBMgr::MergeDocuments() tries to extract sal_Int32.

How to reproduce:
1. go to Insert->Fields->Other...->Database
2. insert a field from the Bibliography database, close the dialog
3. go to File->Print...
4. respond Yes on "Your document contains address database fields. ..."
5. set From, To fields
6. select Output to File
7. select Save as single document
8. click OK
9. insert name for merged file and click OK

Result:
The merged file from step 9 is empty.

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


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

Reply via email to