![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have installed a program called PdfCreator to use alongside an Access2K program. I include a Reference to it (the program resides in C:\Program Files\PdfCreator\PdfCreator.exe) Everything works fine. I transfer the Access program to a client's machine that has PdfCreator installed in the same place but I get a Missing reference. This shows in the References popup with the correct pathname shown at the bottom of the window. I uncheck this missing reference. Close the References window. Open it again and scroll down to PdfCreator (still shown with correct pathname) and everything is OK once more. Why does it not find it the first time? Is there something else I should do? I thought I may need to register it and found that I should run: C:\Program Files\PdfCreator\PdfCreator.exe /REGSERVER However this does not help. Any suggestions? |
#3
| |||
| |||
|
|
Are the versions the same? *That can cause a problem. John Spencer Access MVP 2002-2005, 2007-2010 The Hilltop Institute University of Maryland Baltimore County On 11/30/2010 2:51 PM, Jim Devenish wrote: I have installed a program called PdfCreator to use alongside an Access2K program. *I include a Reference to it (the program resides in C:\Program Files\PdfCreator\PdfCreator.exe) Everything works fine. I transfer the Access program to a client's machine that has PdfCreator installed in the same place but I get a Missing reference. This shows in the References popup with the correct pathname shown at the bottom of the window. *I uncheck this missing reference. *Close the References window. *Open it again and scroll down to PdfCreator (still shown with correct pathname) and everything is OK once more. Why does it not find it the first time? Is there something else I should do? I thought I may need to register it and found that I should run: C:\Program Files\PdfCreator\PdfCreator.exe /REGSERVER However this does not help. Any suggestions? |
#4
| |||
| |||
|
|
I have installed a program called PdfCreator to use alongside an Access2K program. I include a Reference to it (the program resides in C:\Program Files\PdfCreator\PdfCreator.exe) |
#5
| |||
| |||
|
|
On Nov 30, 8:24 pm, John Spencer <JSPEN... (AT) Hilltop (DOT) umbc> wrote: Are the versions the same? That can cause a problem. Both machines are running Access 2000 on Windows XP |
#6
| |||
| |||
|
|
I have installed a program called PdfCreator to use alongside an Access2K program. I include a Reference to it (the program resides in C:\Program Files\PdfCreator\PdfCreator.exe) |
#7
| |||
| |||
|
|
Jim Devenish <internet.shopp... (AT) foobox (DOT) com> wrote innews:97988796-4806-4246-a296-f5185fc1ca78 (AT) 35g2000prt (DOT) googlegroups.com : I have installed a program called PdfCreator to use alongside an Access2K program. *I include a Reference to it (the program resides in C:\Program Files\PdfCreator\PdfCreator.exe) I'm using PDFCreator with two of my clients' apps, and no reference is required at all. -- David W. Fenton * * * * * * * * *http://www.dfenton.com/ contact via website only * *http://www.dfenton.com/DFA/ |
#8
| |||
| |||
|
|
Without setting a reference I get a compile error on the line: Set thePDFCreator = New clsPDFCreator How do I get around this David? Or do you use a different approach? |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
my guess is that David is using CreateObject() insatead of New ... you'll have to research how to use CreateObject. Look up references to "late binding". If this isn't enough to get you going, I can dig a bit to find some url's for you. |
|
Is there a difference between the following? Dim RE as RegExp Set RE = New RegExp and Dim RE as Object Set RE = CreateObject("VBScript.Regexp") |
|
although to be honest I get a bit nervous about implementing using methods (late binding in this case) I am not that familiar with in case I screw it up ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |