Please Login | Return to the first page. | Help
Printing%23%21in%23%21VB - Powered By Zeon Corporation
Forum > > DocuCom PDF Products > DocuCom PDF Reader OCX > Printing in VB

New Topic Reply topic The topic has been viewed for 22232 times  Previous Topic  Tree View  Refresh Next Topic
 Topic:Printing in VB  
hkammerer
Member

Status:【Offline】
 Printing in VB  

 

I try to print but the Print-Method creates an error (438: Object doesn't support this property or method)

My VB-Code:

  Dim lngRet As Long
  Dim objPDFPrint As PDFREADEROCXLib.IPDFReaderPrint
 
  lngRet = Me.PDFReaderOCX1.GetPrintDispatch(objPDFPrint)
  If lngRet <> 0 Then
   
    MsgBox "Das Dokument kann nicht gedruckt werden.", vbOKOnly, "PDF Dokument drucken"
   
  Else
   
    objPDFPrint.showPrintDialog = True
    objPDFPrint.Print
    
  End If
 
  Set objPDFPrint = Nothing

3/4/2005 12:40:23 AM      Find more posts by hkammerer Quote This topic Reply this topic Edit this topic 
louisdeng
Member

Status:【Offline】
 

hey,man,are you still here? add my msn(dakwing@hotmail.com) if you see this. i am study this , let's study it together

i have just found a solution to it

[This topic edited by louisdeng at 5/8/2005 3:01:12 PM ]

5/8/2005 2:59:58 PM      Find more posts by louisdeng Quote This topic Reply this topic Edit this topic 
znsupport
Member

Status:【Offline】
 Re:Printing in VB  

 

Hey, thanks for your kind help for us.

Would you like to share your solutions here?

12/30/2005 9:42:11 AM      Find more posts by znsupport Quote This topic Reply this topic Edit this topic 
Total Page: 1 [ 1 ]  

Copyright©1993-2025 Zeon Corporation Forum All Rights Reserved
Run Time:62ms