|
-
Mar 10th, 2004, 11:24 AM
#1
Thread Starter
Addicted Member
CR viewer (replacing the default printer dialog box )
what i want is to write some code to ask the user if the page has printed ok else to print again the same page
if i could replace the default printer dialog box and send each page one by one that should do it but how can i replace the def printer box
can ne1 help me?
thnks
-
Mar 10th, 2004, 05:41 PM
#2
When the Print button is clicked on the CRViewer toolbar the following event occurs
Private Sub CRViewer1_PrintButtonClicked(UseDefault As Boolean)
If the UseDefault parameter is set to False, Crystal will not display it's dialog boxes when the procedure exits. You will then of course need to write the code to handle the printing.
-
Mar 10th, 2004, 05:44 PM
#3
Thread Starter
Addicted Member
but for that i asked for brucevde i know of the stuff u kindly point out but need some help on writing the code u suggest
maybe u have any example that u could post
thnks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|