Strange caracters

C

Chalotte J

Can sombody help me. I got a progam written in Progress, this program gets
words from a ini-file and "put in a template". From the main program (this in
Progress) it is possible to choose more then one copy. The problem is that
when I write one copy, everthing is fine, but when I will have to copies some
caracters are changed to other carcaters.

Then code is
With activeDocument.MailMerge
.MainDocumentType=wdFormLetters
.OpenDataSource Name:=Mallpath & "\" & Datafil, _
Format:=wdOpenFormatDocument, _
LinkToSource:=True, AddToRecentFiles:=False, ReadOnly:=True
..Execute
End With

Charlotte
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top