|
-
Aug 29th, 2000, 09:10 PM
#1
Thread Starter
New Member
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?
-
Aug 29th, 2000, 09:34 PM
#2
Conquistador
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
-
Aug 29th, 2000, 09:58 PM
#3
Thread Starter
New Member
David:
You lost me. Can you explain further?
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
|