QLearnerNow
Programmer
Hi Guys,
I want to create a automation mail merge word document as a dll and called from an ASP page. I want to be able to send a recordset as a parameter to the mail merge dll as its datasource. I want the dll to use one of 3 different templates as the word document on which the mail merge is performed on. The template is chosen by the User sent to the dll as another parameter.
Im not sure of how to write such a dll how can i set paramters for it to do the mailmerge and populate the document.
Do i choose ActiveX dll or ActiveX document dll for the new project option under Microsoft Visual Basic 6.0
Any help will be much appreciated. If any of u guys have some similar code it will be a great help.
Thanks again,
QLearnerNow
I want to create a automation mail merge word document as a dll and called from an ASP page. I want to be able to send a recordset as a parameter to the mail merge dll as its datasource. I want the dll to use one of 3 different templates as the word document on which the mail merge is performed on. The template is chosen by the User sent to the dll as another parameter.
Im not sure of how to write such a dll how can i set paramters for it to do the mailmerge and populate the document.
Do i choose ActiveX dll or ActiveX document dll for the new project option under Microsoft Visual Basic 6.0
Any help will be much appreciated. If any of u guys have some similar code it will be a great help.
Thanks again,
QLearnerNow