473,657 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

publisher file

hey all,

is there a way to use a dataset for the datasource of a publisher mail merge?

thanks,
rodchar
Apr 20 '06 #1
5 1132
Yes, you can because the mail merge in MS Publisher uses MDB as one of its
data sources

"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
hey all,

is there a way to use a dataset for the datasource of a publisher mail merge?
thanks,
rodchar

Apr 20 '06 #2
what's MDB?

"Peter" wrote:
Yes, you can because the mail merge in MS Publisher uses MDB as one of its
data sources

"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
hey all,

is there a way to use a dataset for the datasource of a publisher mail

merge?

thanks,
rodchar


Apr 21 '06 #3
Microsoft Access Database
"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:AE******** *************** ***********@mic rosoft.com...
what's MDB?

"Peter" wrote:
Yes, you can because the mail merge in MS Publisher uses MDB as one of its data sources

"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
hey all,

is there a way to use a dataset for the datasource of a publisher mail

merge?

thanks,
rodchar


Apr 21 '06 #4
Microsoft Access Database
"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:AE******** *************** ***********@mic rosoft.com...
what's MDB?

"Peter" wrote:
Yes, you can because the mail merge in MS Publisher uses MDB as one of its data sources

"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
hey all,

is there a way to use a dataset for the datasource of a publisher mail

merge?

thanks,
rodchar


Apr 21 '06 #5
when i say dataset i mean the dataset you create in like vb.net
dim ds as new dataset
is there a way to get this type of object to be the datasource for the mail
or catalog merge in publisher? if not what would be some other ways to get
from point A to point B?
"Peter" wrote:
Microsoft Access Database
"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:AE******** *************** ***********@mic rosoft.com...
what's MDB?

"Peter" wrote:
Yes, you can because the mail merge in MS Publisher uses MDB as one of its data sources

"rodchar" <ro*****@discus sions.microsoft .com> wrote in message
news:47******** *************** ***********@mic rosoft.com...
> hey all,
>
> is there a way to use a dataset for the datasource of a publisher mail
merge?
>
> thanks,
> rodchar


Apr 21 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2404
by: charlie knudsen | last post by:
I am setting up mod_python 2.7.10 on Apache 1.3.33 as a dso and was wondering if there is a default function that is called when the publisher handler is not given a function. I have read through some documentation and it looks like mod_python 3.x defaults to the index function, but that does not appear to work for 2.7. Also I am using python 2.3.4. I have the following file as index.py in the test directory of my web root: from...
1
2030
by: Seb LM | last post by:
Hello, I'd like to define a publisher policy which covers many versions of assembly from which the "major.minor version" are different but it's not possible to make a such publisher policy. So it's necessary to create a publisher policy for each new "major.minor version", which can take a long time to make manually. Do there exist tools to generate publisher policy for many "major.minor versions" from a simple and compact configuration...
0
1794
by: Python_it | last post by:
I'm going to work with mod_python. I install mod_python 3.2.2b for python 2.4. If i test my install with mptest.py see this link: http://www.modpython.org/live/mod_python-3.2.2b/doc-html/modpython.html IT WORKS!
1
1984
by: MT | last post by:
We have a .NET dll that we are deploying to our customers using a deployment project in VS .NET 2003. There is a lot of information about creating publisher policies on the web, but we have not been successful in creating one. Here's what the ultimate goal is: When the DLL is deployed to a customer's system, every application using this dll must point to the new version. This has to be an automated process using the deployment project....
2
3302
by: exhuma.twn | last post by:
Hi again, as soon as I try to make use of the "session" object inside a psp-template file, I get the following error: Mod_python error: "PythonHandler mod_python.publisher" Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
0
1399
by: Rich | last post by:
Hello, I have a simple console app for deploying an MS Access app. Recently, I started having a problem publishing the app to my webserver with the publisher feature of VS2005 when I do an update to the app. So I created a "Hello World" in VB2005 for testing, and was able to deploy that app to the webserver using the publisher, and it brings up Publish.htm. But when I try to install the VBapp from the htm page, I get an error message...
0
884
by: Dean Player | last post by:
Hi, I tried posting this question in the interop newsgroup, with no luck, so I'm trying here: Using vb .net 2005 or 2008, does anyone know how I would interact with a Publisher file that is already open? All the documentation I've seen revolves around creating a new publisher application object, or opening an existing file. I guess what I need is Active Document/Window info of an existing Publisher file that a user has already opened.
0
999
by: Dean Player | last post by:
Hi, I tried posting this question in the interop & general newsgroups, with no luck, so I'm trying here: Using vb .net 2005 or 2008, does anyone know how I would interact with a Publisher file that is already open? All the documentation I've found revolves around creating a new publisher application object, or opening an existing file. What I'ml ooking for is Active Document/Window info of an existing Publisher file that a user
1
3254
by: =?Utf-8?B?U2NvdHQ=?= | last post by:
Publisher policies sound just like what I need but I just can't get these things to work. There are several good kb articles that seem to show exactly what needs to be done.... Here is my publisher file: <?xml version="1.0" encoding="utf-8" ?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly>
9
7262
by: =?Utf-8?B?U3RldmVuIFRhbmc=?= | last post by:
I want to download pfx from my asp.net server, add the pfx to client's X509Store as a trusted publisher, Is it possible? my func in aspx is like this: void InstallCertification() { try{ WebClient web = new WebClient(); string url = "http:/myaspserver/mydir/mykey_2008.pfx"; byte b = web.DownloadData(url);
0
8394
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8825
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7327
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1955
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.