-
About Print Report
Dear friends,
I have big problem i have a command button name "Print"
The Code:
datenvLicensing.conLicensing.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\licensing.mdb"
I dont know what is the code to use to automatic print into printer pls give me idea :thumb:
-
Re: About Print Report
What are you trying to print?? That looks to me like a databse connection string.
.
-
Re: About Print Report
From connection from datareport to the printer :thumb:
-
Re: About Print Report
I thought as much.
You could print the form that you see, or you could itterate through your grid to a printer, or you could use a third party print tool that recognises your grid (assuming that is how you are viewing your data).
What you can't do is click on a button and hope for the best. To help you more we would need to know more about what it is you want to print.
.