S
Shay
I am running the mail merge sample from
http://homepage.swissonline.ch/cindymeister/MergFram.htm
which demonstrate events raised in mail merges. Howver only 2 records of th
9 are returned in the mail merge if there is any code entered into the
appWd_MailMergeBeforeRecordMerge event method. When I comment out these lines
all records are displayed in the merge. Is this a bug and is there a
workaround?
Private Sub appWd_MailMergeBeforeRecordMerge( _
ByVal doc As Document, Cancel As Boolean)
Dim szInitial As String, szFirstName As String
szInitial = GetInitial(doc)
PutInBookmark doc, "txtFirstName", szInitial
End Sub
http://homepage.swissonline.ch/cindymeister/MergFram.htm
which demonstrate events raised in mail merges. Howver only 2 records of th
9 are returned in the mail merge if there is any code entered into the
appWd_MailMergeBeforeRecordMerge event method. When I comment out these lines
all records are displayed in the merge. Is this a bug and is there a
workaround?
Private Sub appWd_MailMergeBeforeRecordMerge( _
ByVal doc As Document, Cancel As Boolean)
Dim szInitial As String, szFirstName As String
szInitial = GetInitial(doc)
PutInBookmark doc, "txtFirstName", szInitial
End Sub