ActiveX doc calling another ActiveX doc in Internet Explorer
Author |
Message |
Kevin Jullio #1 / 5
|
 ActiveX doc calling another ActiveX doc in Internet Explorer
Hi all, I have two Active Docs, the first (.vbd file) loads fine from the .CAB file (I used Internet Download Setup option in Setup Wizard) and the VB5 components are downloaded (from the Internet), the user enters some data and clicks OK to navigate to the second doc, but it doesn't open properly, it comes up with the dialog box to Open or Save the second .VBD file. Seems to me that the second Active Doc is perhaps not even a part of the original .CAB file. Could this be the case? What is the best practice here? Any suggestions? BTW, I am using VB5 EE (SP2), Windows95b, IE 4.71.1712.6 -- Kevin Jullion, MCSD, MCSE, MCT Aragon Technology Consulting, Inc.
http://www.*-*-*.com/
|
Tue, 20 Jun 2000 03:00:00 GMT |
|
 |
Cláudio A Rodrigue #2 / 5
|
 ActiveX doc calling another ActiveX doc in Internet Explorer
Everytime I got this dialog box from IE is because some DLL or OCX is missing to run the Activex Document. Did you check your dependencies? Quote:
> Hi all, > I have two Active Docs, the first (.vbd file) loads fine from the .CAB file > (I used Internet Download Setup option in Setup Wizard) and the VB5 > components are downloaded (from the Internet), the user enters some data and > clicks OK to navigate to the second doc, but it doesn't open properly, it > comes up with the dialog box to Open or Save the second .VBD file. > Seems to me that the second Active Doc is perhaps not even a part of the > original .CAB file. Could this be the case? What is the best practice > here? Any suggestions? > BTW, I am using VB5 EE (SP2), Windows95b, IE 4.71.1712.6 > -- > Kevin Jullion, MCSD, MCSE, MCT > Aragon Technology Consulting, Inc.
> http://www.aragontech.com
-- Cludio Avolio Rodrigues Systems Especialist IBM GS
Home page: http://www.geocities.com/SunsetStrip/4994
|
Tue, 20 Jun 2000 03:00:00 GMT |
|
 |
Jarrod Marshal #3 / 5
|
 ActiveX doc calling another ActiveX doc in Internet Explorer
Are both docs part of the same project when running the setup wizard? If the second doc is not installed properly, you'll get this because it's only the binary data in the vbd file that actives the installed doc. Jarrod Marshall MCSD Quote:
>Everytime I got this dialog box from IE is because some DLL or OCX is missing to >run the Activex Document. Did you check your dependencies?
>> Hi all, >> I have two Active Docs, the first (.vbd file) loads fine from the .CAB file >> (I used Internet Download Setup option in Setup Wizard) and the VB5 >> components are downloaded (from the Internet), the user enters some data and >> clicks OK to navigate to the second doc, but it doesn't open properly, it >> comes up with the dialog box to Open or Save the second .VBD file. >> Seems to me that the second Active Doc is perhaps not even a part of the >> original .CAB file. Could this be the case? What is the best practice >> here? Any suggestions? >> BTW, I am using VB5 EE (SP2), Windows95b, IE 4.71.1712.6 >> -- >> Kevin Jullion, MCSD, MCSE, MCT >> Aragon Technology Consulting, Inc.
>> http://www.aragontech.com >-- >Cludio Avolio Rodrigues >Systems Especialist >IBM GS
>Home page: http://www.geocities.com/SunsetStrip/4994
|
Fri, 23 Jun 2000 03:00:00 GMT |
|
 |
Kevin Jullio #4 / 5
|
 ActiveX doc calling another ActiveX doc in Internet Explorer
Hi all, I have two Active Docs, the first (.vbd file) loads fine from the .CAB file (I used Internet Download Setup option in Setup Wizard) and the VB5 components are downloaded (from the Internet), the user enters some data and clicks OK to navigate to the second doc, but it doesn't open properly, it comes up with the dialog box to Open or Save the second .VBD file. Of course everything works fine on my development machine, but not any other machine. Seems to me that the second Active Doc is perhaps not even a part of the original .CAB file. Could this be the case? What is the best practice here? Any suggestions? BTW, I am using VB5 EE (SP2), Windows95b, IE 4.71.1712.6 -- Kevin Jullion, MCSD, MCSE, MCT Aragon Technology Consulting, Inc.
http://www.aragontech.com
|
Fri, 23 Jun 2000 03:00:00 GMT |
|
 |
Kevin Jullio #5 / 5
|
 ActiveX doc calling another ActiveX doc in Internet Explorer
Answers in line: Quote:
>Are both docs part of the same project when running the setup wizard?
Yes, they are both part of the same project. Quote: >If the >second doc is not installed properly, you'll get this because it's only the >binary data in the vbd file that actives the installed doc.
Can you clarify this statement for me, please. Kevin Jullion, MCSD, MCSE, MCT Aragon Technology Consulting, Inc.
http://www.aragontech.com
|
Sat, 01 Jul 2000 03:00:00 GMT |
|
|
|