Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB.NET
|
VB.NET General VB.NET discussions for issues that don't fall into other VB.NET forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 2nd, 2005, 01:18 AM
Registered User
 
Join Date: Mar 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to print access report through printdialog?

I have a access file which contains report called "pop"
I know that if i want to print it through VB. I may use "DoCmd"
in the format like:
const acViewNormal=0
access.DoCmd.OpenReport("pop",acViewNormal)

But now, since I want to have a dialog to choose printer etc. before print out the report.
would you mind to teach me how to do that?
Thank you very much!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Print Access report from SQL stored procedure feets Access VBA 0 February 12th, 2007 06:58 AM
Printdialog MS V.S. 2005, what to print Turbovulc General .NET 0 July 11th, 2006 02:19 AM
Access report print each page to separate PDF file conh2so4aq Access VBA 5 July 3rd, 2006 08:00 PM
Access NO PRINT in Report sbergeron Access 14 March 25th, 2006 01:35 AM
printing without printDialog on mult. printers frankv25 VB.NET 7 January 10th, 2005 11:42 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.