Hi,
I'm trying to mail merge a .doc from a Vb application, and when i try to do opendatasource i get a confirm Data source msgbox which lists all kinds of connection propoerties.
here is the line of code...
oDoc.MailMerge.Application.ActiveDocument.MailMerge.OpenDataSource Name:=""...
Hi,
I have written a vb.net app which does mail merge to a template. Even though in the template I have set it to do duplex printing(double sided printing) when the new document is created (by oDoc.Execute) it looses that setting and prints in seperate pages. I don't want to print the doc...
I am trying to run reports from ASP using CR 8.0.
when I use the Setlogon method of providing the Database ServerName, Database Name, UserID and Password
Error detected by database DLL.
-2147192179
test connectivity returns true, but session("oRpt").Readrecords throws an error , I...
I'm trying to a print a Data Report from VB.
I'm passing a sql statement to the Data Envioronment at run time as below:
sql = "Select count(*) as tot_Count From table1 Where sold=1"
DataEnvironment1.Commands(2).CommandText = sql
My problem is how would i put tot_count to Data...
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.