hi everybody,
i m doing word2003 automation through C# [Web Applications].i m using user
dsn in .OpenDataSource [connection] property. data is selected using
sqlstatement and is able to use where clause in the sqlstatement.

Then i m showing (wdDialogMailMergeRecipients) dialog which do contain the
number of records as required by sqlstatement, as they have checked box
marked infront of them. but the actual data is missing from the fields, no
data is being displayed in the field values. the fields value are totally
blank. can anyone suggest me how to overcome this problem.
would like to see response to the problem soon.

Satish panwar

--
Message posted via http://www.officekb.com

Re: Data Missing in wdDialogMailMergeRecipients by Word

Word
Thu May 05 20:53:43 CDT 2005

G'day "satish panwar via OfficeKB.com" <forum@nospam.OfficeKB.com>,

There's a MailMerge object whose properties you can set.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


satish panwar via OfficeKB.com reckoned:

>hi everybody,
>i m doing word2003 automation through C# [Web Applications].i m using user
>dsn in .OpenDataSource [connection] property. data is selected using
>sqlstatement and is able to use where clause in the sqlstatement.
>
>Then i m showing (wdDialogMailMergeRecipients) dialog which do contain the
>number of records as required by sqlstatement, as they have checked box
>marked infront of them. but the actual data is missing from the fields, no
>data is being displayed in the field values. the fields value are totally
>blank. can anyone suggest me how to overcome this problem.
>would like to see response to the problem soon.
>
>Satish panwar