Thread

Posted on Mon Mar 3 13:22:39 2008 by harryhasler
Serial letter
For a serial letter I have a template and get name + address out of a mysql DB. At the end I need 1 new document, which contains all personalized letters. How can I do that with OpenOffice-OODoc?
Direct Responses: 7284 | Write a response
Posted on Fri Mar 7 01:47:23 2008 by wayland in response to 7247
Re: Serial letter
Read the documentation for a start. My recommended method of proceeding would be to create some user-defined fields in the document, and then change them with
$doc->userFieldValue($key, $val)
Write a response