-
I need help!!! I wrote a program on VB6 that views reports. The print dialog box will come up when I open the report viewer but once I open a file in the viewer, the print command and the icon do nothing. Can anyone help?? I am very new to VB so you have to speak slowly for me!
-
I've run into this problem when using the same common dialog control for files and printers. I don't know why it does this or the proper fix, but this works for me. Befor you show the printer dialog set the flag property to at least one of the printer only flags. For instance:
Code:
CMD.Flags = cdlPDAllPages
CMD.ShowPrinter
-
Thank you, God bless you! It worked! I bow to you!!!!!!!