Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB6 and Crystal Reports 8.5

Status
Not open for further replies.

Raceman

Technical User
Jan 11, 2003
1
0
0
US
Hello All, I have a VB6 Application that I have gone in and created a new report. I have the new item showing on the print menu but when I click on this menu item it does nothing. I can not seem to find my mistake and would be very greatful for any help you can provide!

Thanks!
Raceman
 
Try adding this to the CRViewer

Private Sub CRViewer1_PrintButtonClicked(UseDefault As Boolean)
Report.PrinterSetup Me.hwnd
End Sub


Hope this helped you.
 
You might try to put the same line of code in your form load "Report.PrinterSetup Me.hwnd"
hb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top