|
|
|
date: Mon, 28 Jul 2008 00:24:00 -0700,
group: microsoft.public.word.mailmerge.fields
back
Re: Word Mail Merge and Word Tables.
uhm.
I understand but i think it's a huge limitation.
I can't use tab separator becouse i have very long descriptions and there's
no chance to obtain a nice formatted document.
I wrote an VB6 Addin that creates the table and populates it with merge
fields, but the solution is neither elegant nor secure.
In fact, the data is obtained from MS Dynamics CRM via mail merge templates.
The Addin solution works with the web interface data source, (that is, a txt
file created by the mail merge macro from CRM) but can not work with outlook
client for CRM that works on a different implementation to obtain the MM
datasource.
I can read the Datasurce object programmatically, but it doesn't return the
rowcount property which i need to predict how many table lines will be
inserted in the document.
so, i will move the question to the CRM community.
Thanks so much for the replyies.
"macropod" wrote:
> Hi vaitrafra,
>
> You can't use a catalogue merge to add rows to a Word table. In the examples I just posted, the merged records are written out to
> separate rows in the body of the document. You could format those rows with a table-like layout.
>
> --
> Cheers
> macropod
> [MVP - Microsoft Word]
>
>
> "vaitrafra" wrote in message news:D3B55BD5-E523-4EFB-A28E-70309C1BF4CF@microsoft.com...
> > Hi all,
> > I searched the web but it seems i can't find my answer.
> >
> > I'm trying to populate a table via mail merge.
> >
> > It's the common situation of a commercial quote where in the first MM record
> > you wnat to print the headline with addresses etc. and from the second record
> > to the end you have to print out a product table with descriptions and prices.
> > I cant find a way to tell to MM to populate the table consequentially,
> > without creating an entire new table for each record but advancing to a new
> > row at every one (like pressing tab in the last cell of the row).
> >
> > Thanks.
> >
> > P.S. I know that's the worst english ever, but i'm italian, cant help it.
> >
>
>
date: Mon, 28 Jul 2008 03:18:03 -0700
author: vaitrafra
|
|