Nov 8, 2000 #1 33216CLC Programmer Aug 17, 2000 173 BS I would like to disable the Print Icon in the Preview screen of a repot in my VB application. How do I go about this? Thanks, Cooleen
I would like to disable the Print Icon in the Preview screen of a repot in my VB application. How do I go about this? Thanks, Cooleen
Nov 8, 2000 #2 kenhamady Instructor Sep 10, 2000 8,794 US It would help if you gave us Crystal version and Method of launching Crystal (See the FAQ) but in V8 RDC you can use: CRViewer1.EnablePrintButton = False Ken Hamady http://www.kenhamady.com/Crystal Reports Training and a Quick Reference Guide to VB/Crystal Upvote 0 Downvote
It would help if you gave us Crystal version and Method of launching Crystal (See the FAQ) but in V8 RDC you can use: CRViewer1.EnablePrintButton = False Ken Hamady http://www.kenhamady.com/Crystal Reports Training and a Quick Reference Guide to VB/Crystal
Nov 9, 2000 Thread starter #3 33216CLC Programmer Aug 17, 2000 173 BS Hi Ken, I am using Crystal Reports 7 and the statements used to launch the report in VB6 are: ReportName.Destination = crptToWindow ReportName.Action =1 Thanks, Cooleen Upvote 0 Downvote
Hi Ken, I am using Crystal Reports 7 and the statements used to launch the report in VB6 are: ReportName.Destination = crptToWindow ReportName.Action =1 Thanks, Cooleen
Nov 9, 2000 #4 kenhamady Instructor Sep 10, 2000 8,794 US Try, rptMyReport.WindowShowPrintBtn = False Ken Hamady http://www.kenhamady.com/Crystal Reports Training and a Quick Reference Guide to VB/Crystal Upvote 0 Downvote
Try, rptMyReport.WindowShowPrintBtn = False Ken Hamady http://www.kenhamady.com/Crystal Reports Training and a Quick Reference Guide to VB/Crystal