Re: Hide dialogs on mailmerge
- From: "zSplash" <zNOSPAMSplash@ gci.net>
- Date: Tue, 25 Apr 2006 13:43:22 -0800
Thanks for the help and direction, Peter. I will search your articles, as
you suggest.
st.
"Peter Jamieson" <pjj@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OLiR9hIaGHA.3832@xxxxxxxxxxxxxxxxxxxxxxx
No, what I was saying is that for most types of connection, if the"Data
connection info. in your OpenDataSource call is correct and complete then
the user shouldn't see prompts for either "Select Data Source", or the
Link Dialog". Trouble is that in some circumstances Word pops up the OLEDBOpendDataSource
Data Link dialog and/or the equivalent ODBC dialog if it doesn't think it
has enough info. to make the connection.
What kind of data source(s) are you trying to open, and what
parameters are you passing?you
(BTW if you search my articles in this NG via Google Groups or some such
should find plenty of info. about this, though there is doubtless more toare
know :-) )
Peter Jamieson
"zSplash" <zNOSPAMSplash@ gci.net> wrote in message
news:Od1Z3PIaGHA.1220@xxxxxxxxxxxxxxxxxxxxxxx
Thank you, Peter, for your help.
The system is very simple, so the method always work (hopefully (!)) --
(there's a built-in loop such that if there is not enough info, it loops
to
find it), so it ALWAYS has enough data to merge. I hear you saying
there's
no way to turn off the dialogs. (Rats!)
st.
"Peter Jamieson" <pjj@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OcMWoNDaGHA.4916@xxxxxxxxxxxxxxxxxxxxxxx
Not sure which particular problem you are encountering.result
Is the DataSource dialog appearing when you execute the
ActiveDocument.MailMerge.DataSource.Name = ""
line (it doesn't here if there is no mail merge data source) or as a
of code in your MergeSetup routine?
I would say the main point is that once you call OpenDataSource, you
info.at
the mercy of the method and if it chooses to display a dialog box, youwon't
be able to suppress it (except possibly by working directly with theWindows
API). The only way to avoid that is to ensure that the method alwaysworks,
i.e. the data source is always where you say it is, there are never any
"gotchas" opening it, and the OpenDataSOurce always provides enough
ato
avoid the dialog. IMO that is in the general case impossible, not least
becasue with some types of data source, you can't avoid a dialog.
You may also need to look at the following KB article:
"Opening This Will Run the Following SQL Command" Message When You Open
Word Document"
at
http://support.microsoft.com?kbid=825765
Peter Jamieson
"zSplash" <zNOSPAMSplash@ gci.net> wrote in message
news:ezNswC9ZGHA.5000@xxxxxxxxxxxxxxxxxxxxxxx
How do I hide the DataSource dialog and the Header dialog on mail
merge?
For example, when the following code runs, I don't want to see it:
If ActiveDocument.MailMerge.DataSource.Name = "" Then
MergeSetup
GoTo getDataSource
End If
TIA
.
- References:
- Hide dialogs on mailmerge
- From: zSplash
- Re: Hide dialogs on mailmerge
- From: Peter Jamieson
- Re: Hide dialogs on mailmerge
- From: zSplash
- Re: Hide dialogs on mailmerge
- From: Peter Jamieson
- Hide dialogs on mailmerge
- Prev by Date: Re: No longer able to print labels using Works 4
- Next by Date: Mailing Labels to Spread***
- Previous by thread: Re: Hide dialogs on mailmerge
- Next by thread: Re: Can I use mail merge to create docs that save a separate files?
- Index(es):