To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116271
------- Additional comments from [email protected] Fri Dec 31 15:32:34 +0000 2010 ------- Sorry, I forgot to include the execute call in this report and I replaced double quotes with single ones. The code I really use is this: 'Do the mail merge oMerge = createUnoService("com.sun.star.text.MailMerge") oMerge.DataSourceName = "data_" & id oMerge.DocumentURL = sDocFile oMerge.CommandType = com.sun.star.sdb.CommandType.TABLE oMerge.Command = sSheetName oMerge.OutputType = com.sun.star.text.MailMergeType.FILE oMerge.OutputURL = sOutFile oMerge.FileNameFromColumn = true oMerge.FileNamePrefix = sNumberColumn oMerge.SaveFilter = "writer_pdf_Export" oMerge.Execute(Array()) --------------------------------------------------------------------- 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
