S
Steven Moschidis
Hi,
I am working on a web based application, which is supposed to do mail
merge amongst other things.
All the processing is done on the back end using Visual Basic dlls.
This means that the mail merge process has to be fully automated as well.
Here is an outline of the system:
a word document which is set up as a mail merge document
a text file containing the headers of the fields (since the actual data
is generated on the fly upon a user's request)
a text file which is generated when a user makes a request for a letter
both of the text files use a tab as the field delimiter and the new line
combination (13 and 10 i think) as the record delimiter
my problem is that sometimes (for example when there is only one record
in the text file) a little dialog box pops up asking me to specify the
delimiters even though its already got the correct ones in...
As you can understand this defeats the point of the application being
automatic.
i have gone through msdn library and tried several other sources but i
cannot find anywhere that specifies how to manipulate that dialog box
programmatically (either click yes/ok or suppress/ignore it)
I have also tried some of the typical workarounds such as saving the
text file using a different extension and I have also checked the
registry entries under the text datasource of the Jet engine.
I would IMMENSELY appreciate your help in this!
Kind Regards,
Steven C Moschidis MBCS
I am working on a web based application, which is supposed to do mail
merge amongst other things.
All the processing is done on the back end using Visual Basic dlls.
This means that the mail merge process has to be fully automated as well.
Here is an outline of the system:
a word document which is set up as a mail merge document
a text file containing the headers of the fields (since the actual data
is generated on the fly upon a user's request)
a text file which is generated when a user makes a request for a letter
both of the text files use a tab as the field delimiter and the new line
combination (13 and 10 i think) as the record delimiter
my problem is that sometimes (for example when there is only one record
in the text file) a little dialog box pops up asking me to specify the
delimiters even though its already got the correct ones in...
As you can understand this defeats the point of the application being
automatic.
i have gone through msdn library and tried several other sources but i
cannot find anywhere that specifies how to manipulate that dialog box
programmatically (either click yes/ok or suppress/ignore it)
I have also tried some of the typical workarounds such as saving the
text file using a different extension and I have also checked the
registry entries under the text datasource of the Jet engine.
I would IMMENSELY appreciate your help in this!
Kind Regards,
Steven C Moschidis MBCS