02-06-2022 01:20 AM
I copied this program to my program but it did not work,
But the program works separately.
what should I do ?
02-06-2022 01:44 AM
12-31-2023 12:21 PM
Can you save this to LV2012, please
01-03-2024 08:48 AM - edited 01-03-2024 08:48 AM
@cmdrb wrote:
Can you save this to LV2012, please
Haven't tested the original, nor the saved back version...
01-17-2024 03:27 PM
In using the acrobat active x, what is the necessary files needed in the work station?
I have this working on my laptop, but when deployed, it does not display anymore.
01-18-2024 03:01 AM
@cmdrb wrote:
In using the acrobat active x, what is the necessary files needed in the work station?
Any error(s) or messages?
@cmdrb wrote:I have this working on my laptop, but when deployed, it does not display anymore.
Does the exe work on your laptop?
It's been 15 years since I used AX on a deployed application. There where some AX required components (OTOMH two ocx*.dll files) missing on 'clean' machines. I'd have to dig deep to get the details.
A wrong pdf file path will also cause this. That often happens when building an exe, and I have no idea what you're doing or trying to do.
01-20-2024 08:25 PM
The executable file works on my laptop but not on other workstation.
The PDF file path is correct.
Hope you can share which OCX i should include when i create the executable file.
01-22-2024 03:36 AM
Well, it's not that easy, apparently.
This is pre SVN, and pre .lvproj (LV4-LV7).
From what I find online, some crumbs in the code and memory, I'm think it's mscomct2.ocx and mscomctl.ocx.
These are associated with MSOffice, and indeed installing anything office used to fix the problem.
Note that this could all be a red haring.
I do hope (the correct version of) acrobat reader was installed on your workstation? This OCX isn't standard on Windows. IIRC it also has to be opened once, to finish the registration process.
Maybe you can also try a date-time picker OCX control, just to see if the problem is with acrobat or OCX controls in general.
07-16-2024 08:39 PM
I am experiencing the same issue. I wonder if this problem has been solved.
07-17-2024 01:01 AM
I have no experience with this, but a quick test shows that if I use a .NET container and place the standard WebBrowser control (from System.Windows.Forms) and call the Navigate method, it displays the PDF just fine. See the attached snippet.
I don't have Acrobat Reader on this PC, so either this PDF display is embedded in the browser, or it's a plugin from Foxit, which is what I have here. I assume Acrobat has a plugin as well.