 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jack Guest
|
Posted: Tue Dec 14, 2004 3:19 pm Post subject: Word Mail Merge Main Document Type |
|
|
Hi,
I am creating a mail merge function and have managed to attach the data
source file to the main document. However, I would like to display the Word
Mail Merge Toolbar's "Main Document Setup" dialog so that the user is
prompted to provide the details of letter/label format etc.
I know that I can set the type using "Doc.MailMerge.MainDocumentType :=
wdMailingLabels", but I want the user to determine the document type. Is
there some command that will allow me to display the dialog?
Thanks,
Jack
|
|
| Back to top |
|
 |
Deborah Pate (TeamB) Guest
|
Posted: Tue Dec 14, 2004 5:00 pm Post subject: Re: Word Mail Merge Main Document Type |
|
|
<
Is there some command that will allow me to display the
dialog?
var
Dlg: Olevariant;
...
Dlg := Word.Dialogs.Item(
wdDialogMailMergeSetDocumentType);
Dlg.Show;
--
Deborah Pate (TeamB) http://delphi-jedi.org
TeamB don't see posts sent via Google or ISPs
Use the real Borland server: newsgroups.borland.com
http://www.borland.com/newsgroups/genl_faqs.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|