Hi Joan,
I realized that I didn't have the newest version of your pdfcreactivex.dll.
I tried with the version 1.0.9.6 and It seems working pretty well now.
So, The problem seems to be corrected with this release.
Thanks a lot for your support!
Rod
Search found 3 matches
- Mon Jul 14 2003
- Forum: Visual Basic Community
- Topic: Printing twice with PDF CreativeX component
- Replies: 4
- Views: 10688
- Mon Jul 07 2003
- Forum: Visual Basic Community
- Topic: Printing twice with PDF CreativeX component
- Replies: 4
- Views: 10688
Well, It's a property, not a parameter: With your code it give me an Invalid use of property. It's better this way : Me.PDFCreactiveX1.Copies = 2 But, prints only once, and I still can't do what I want: Imagine I'm looping through a recordset to print all the transaction that occured on an Item to p...
- Wed Jul 02 2003
- Forum: Visual Basic Community
- Topic: Printing twice with PDF CreativeX component
- Replies: 4
- Views: 10688
Printing twice with PDF CreativeX component
Hi, I cannot print twice using this active X Here is a Code sample: Private Sub Command1_Click() Me.PDFCreactiveX1.Open "C:\test\TransactionRPT.pdf", "" Call Me.PDFCreactiveX1.Print("", False) Call Me.PDFCreactiveX1.Print("", False) End Sub On second call, it ...