I am trying to use the OpenDataSource method of the MailMerge object of Microsoft Publisher in VB6 to change the datasource of the document, without much luck.
Has anyone done this sucessfully and would be willing to send sample code?
thanks
I want to use the OpenDataSource method of the MailMerge object programmatically in VB6 to change the data source from one MDB file to another.
Every thing I try returns the 0x80040e05 "An object was open". Has anyone experienced success with opendatasource? If so, code sample would...
is anyone using OLEDB and crystal reports in an ASP? What do I pass to SetLogonInfo to set the database info at run time when using an OLEDB connection? My ASP's use a udl file for database connectivity. It would be nice if crystals RDC would do the same.
In crystal 8 I do it with the ParameterFields collection (RDC object). Here is a jscript function I created for this purpose. Maybe it will point you in the right direction.
function RptSetParameter( strParameterName, strParameterValue, _bClear ) {
var bClear = true;
if ( typeof _bClear !=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.