Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: print dialog box


Message #1 by "Howard Stone" <ququmber@h...> on Wed, 15 Jan 2003 13:43:28
I have a report with a custom menu.  The menu has has the Print button 
(the one with the printer icon and 3 dots ).  When I click this button on 
my custom menu it goes directly to print and does not give the dialog box 
option to select the number of pages or to print a specific page.

If I use the standard menu I get this dialog box option.  How can I get 
this option in my custom menu ?
Message #2 by "Gregory Serrano" <SerranoG@m...> on Wed, 15 Jan 2003 15:20:09
Howard, 

<< I have a report with a custom menu.  The menu has has the Print button 
(the one with the printer icon and 3 dots ).  When I click this button on 
my custom menu it goes directly to print and does not give the dialog box 
option to select the number of pages or to print a specific page.

If I use the standard menu I get this dialog box option.  How can I get 
this option in my custom menu ? >>

If none of the buttons available to you do that, how about adding your own 
custom button and use the

   DoCmd.RunCommand acCmdPrint

method in the "On Click" procedure to print?  Will this give you a dialog 
box?


Greg

  Return to Index