Results 1 to 3 of 3

Thread: Print Dialog Box

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Galloway, OH, US
    Posts
    13

    Question

    I have a program that will show the print dialog box if I don't open a file. Once I access the open dialog box, the print dialog box will no longer come up. I'm using the Common Dialog boxes. Any suggestions?
    M Gifford

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    take a look at the error handling of your application, if the error handling triggers the opening of the print dialog, get it to check if the
    cd1.filename = "" and then not show the print dialog box.

    Also make sure that the dialog is being executed with .showopen, not .showprint

    good luck

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Galloway, OH, US
    Posts
    13
    David:

    You lost me. Can you explain further?
    M Gifford

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