Page 1 of 1

How personalized letters?

Posted: Wed Jul 18, 2012 12:58 pm
by manlug
hello,
I would need to generate personalized letters (I'm trying to reports). Basically characteristics are:
  • * BLOB fields for paragraphs that might contain field in the table associated with the report.
    * These paragraphs should be able justified.
The SQL query looks like this:

Code: Select all

SELECT paragraph01, paragraph02, name_person, secondName_person ...
The value for paragraph01 would be:
Dear Mr. #Name_user# #secondName_user# we get in touch with you ...
I hope I explained what I want to achieve.

A greeting.

Re: How personalized letters?

Posted: Wed Jul 18, 2012 8:27 pm
by admin
manlug,

Have you tried using the report writer?

here's a video tutorial http://www.youtube.com/watch?v=v2egz-bXjvI

Steven