Results 1 to 3 of 3

Thread: CR viewer (replacing the default printer dialog box )

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222

    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
    Come and get our ISDN CallerID http://www.3wm.biz

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    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.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    didn't decide yet
    Posts
    222
    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
    Come and get our ISDN CallerID http://www.3wm.biz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width