Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

How personalized letters?

Post Reply
manlug
Posts: 10
Joined: Fri Jun 29, 2012 10:08 am

How personalized letters?

Unread post 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.
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: How personalized letters?

Unread post by admin »

manlug,

Have you tried using the report writer?

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

Steven
Post Reply