473,804 Members | 3,220 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Filtering a textfile datasource for mailmerging in Word

7 New Member
I am using the following coding:

Dim strWordDocFile As System.String = Me.txtLetter.Te xt
Dim WordDocFile As New System.IO.FileI nfo(strWordDocF ile)
Dim Msg As String
Dim strDatafile As String
Dim strQueryString As String
Dim strAlphFldName As String
Dim strFilterValue As String


strDatafile = "c:\LobbyMail\L ordsList.txt"




' See if the file specified exists
If (WordDocFile.Ex ists) Then


Dim wordApplication As New Microsoft.Offic e.Interop.Word. Application
Dim wordDoc As Microsoft.Offic e.Interop.Word. Document = wordApplication .Documents.Open (LetterName, , True, False)

strAlphFldName = "Alph"
strFilterValue = "B"
strQueryString = "((" & """" & strAlphFldName & _
"""" & " = '" & strFilterValue & "'))"


wordDoc.MailMer ge.OpenDataSour ce(strDatafile)
wordDoc.MailMer ge.Destination = WdMailMergeDest ination.wdSendT oPrinter
wordDoc.MailMer ge.DataSource.Q ueryString = "select * from " & strDatafile & " WHERE " & strQueryString


The problem is in defining wordDoc.MailMer ge.DataSource.Q ueryString
When I place a breakpoint about this point in the coding, its value is :

"SELECT * FROM C:\LobbyMail\Lo rdsList.txt"

so the where clause is left off. I assume it is a syntax problem.

Can anyone suggest how I can overcome this?
Jan 6 '08 #1
1 1494
CyberSoftHari
487 Recognized Expert Contributor
Can you check somewhere you are assigning again for “wordDoc.MailMe rge.DataSource. QueryString =”?
Jan 7 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
898
by: John Spiegel | last post by:
Hey All, I'm doing something to make this fairly basic thing harder than it should be. At the end of the code below, while no exceptions are thrown and I'm getting object references, Word doesn't show having any active or even open documents. Anyone see what I don't??? object ostrFileName = @"c:\temp\MailLabel5160.doc"; object oboolFalse = false; object oboolTrue = true;
1
3136
by: Michael Schindler | last post by:
Ich habe es nun erreicht, ein textfile einzulesen das nun zeile für zeile im datagrid angezeigt wird. Nun wäre es toll wenn ich das textfile zum beispiel nach jedem blank in eine spalte zerstückeln könnte und meine frage hier wie geht sowas? Ich habe nun das ganze mit folgendem code im datagrid, nur zu welchem zeitpunkt zerstückle ich das und meine eigentliche frage wie kann ich das dann in die jeweiligen spalten stellen?
0
765
by: John Spiegel | last post by:
Hey All, I'm doing something to make this fairly basic thing harder than it should be. At the end of the code below, while no exceptions are thrown and I'm getting object references, Word doesn't show having any active or even open documents. Anyone see what I don't??? object ostrFileName = @"c:\temp\MailLabel5160.doc"; object oboolFalse = false; object oboolTrue = true;
7
14823
by: | last post by:
Hello, Does anyone have an idea on how I can filter the data in the gridview control that was returned by an sql query? I have a gridview that works fine when I populate it with data. Now I want to look at that data and filter it based on what is in it. I know that this could have been done with data sets and data views in asp.net 1.1 but how is this done now in asp.net 2.0?
0
9708
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
10588
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
10340
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...
0
10085
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
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5662
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.