473,320 Members | 1,724 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Activex controls message

Windows internet explorer

One or more activex controls could not be displayed because either:

Your current security settings prohibit running ActiveX controls on this page, or

you have blocked a publisher of one of the controls.

as a result, the page may not display correctly.


message I get will trying to send a DAP(data access page) thru outlook;

Please help
Jun 19 '07 #1
4 2066
MMcCarthy
14,534 Expert Mod 8TB
I'm no expert on Data Access pages but for the experts to help you they will have to see the code you are using to preform this action.
Jun 20 '07 #2
I'm no expert on Data Access pages but for the experts to help you they will have to see the code you are using to preform this action.
Thank you for your replly.

Expand|Select|Wrap|Line Numbers
  1. function validateBrowser() {
  2.     strVers=navigator.appVersion
  3.     strName=navigator.appName
  4.     strPlat=navigator.platform
  5.     intIndex1=strVers.indexOf("MSIE");
  6.     intIndex1=intIndex1+5
  7.     intIndex2=strVers.lastIndexOf(";");
  8.     intVer=strVers.substring(intIndex1, intIndex2)
  9.     intVer=parseInt(intVer)
  10.     if (strName=="Microsoft Internet Explorer" && strPlat=="Win32" && intVer>="5") {
  11.     validateOWC();
  12.     }
  13.     else {
  14.         strMsgGetIE="<TABLE cellSpacing=0 cellPadding=0 width='95%' border=0 height='8'>"
  15.         strMsgGetIE+="<TD bgColor='#336699' height=25 width=15>
  16.         strMsgGetIE+="size=4 color=white><b> Data Access Page Notification"
  17.         strMsgGetIE+="<TR> 
  18. "
  19.         strMsgGetIE+="<p>"
  20.         strMsgGetIE+="This page requires Windows IE 5.0 or higher.</p>"
  21.         strMsgGetIE+="<a href= 'http://www.microsoft.com/isapi/redir.dll?Prd=Office&Sbp=Access&Pver=10&Ar=DPdesigner&Sba=IEhome&Plcid=1033'>"
  22.         strMsgGetIE+="Click here to install the latest version of Internet Explorer.</a>"
  23.         document.write(strMsgGetIE)
  24.     }
  25. }
  26.  
  27. function validateOWC() {
  28.     if (MSODSC.object==null) {
  29.         strMsgGetOWC="<TABLE width='95%' cellpadding=0 cellspacing=0 border=0 height='8'>"
  30.         strMsgGetOWC+="<TR> "
  31.         strMsgGetOWC+="<FONT face=Tahoma color=white size=4>  "
  32.         strMsgGetOWC+="Data Access Page Notification</B> "
  33.         strMsgGetOWC+="<TD bgColor='#cccccc' width='500px'>
  34. "
  35.         strMsgGetOWC+="<p>This page requires the Microsoft Office Web Components.
  36.  
  37. "
  38.         strMsgGetOWC+="</font>See the Microsoft Office Web site for more information. "
  39.         strMsgGetOWC+="</font>
  40.  
  41. "
  42.         document.write(strMsgGetOWC)
  43.     }
  44. }
  45.  
  46. </SCRIPT>
  47. <!--[if gte mso 9]>
  48.  <o:DocumentProperties>
  49.   <o:LastAuthor>Administrator
  50.   <o:Revision>1
  51.   <o:TotalTime>0
  52.   <o:LastSaved>2007-06-19T19:09:36Z
  53.   <o:Version>11.8132
  54.  </o:DocumentProperties>
Jun 20 '07 #3
MMcCarthy
14,534 Expert Mod 8TB
This is not vba code. You would be better off asking this question in the forum appropriate to the script you have written.
Jun 20 '07 #4
This is not vba code. You would be better off asking this question in the forum appropriate to the script you have written.

thanks for your help
Jun 20 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Filip Wtterwulghe | last post by:
Hello, We have a number of VB6 ActiveX applicationmodule(s) that are loaded into a IE6 WebBrowserControl . This WebControl is imbededded into Application X . Now We want to send a message from...
2
by: Fie Fie Niles | last post by:
This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the same ActiveX control in a VB program, and when I run...
12
by: A.M. | last post by:
Hi at all, how can I do to insert into a HTML page a file .txt stored in the same directory of the server where is the html file that must display the text file.txt? Thank you very much P.Pietro
0
by: Ike | last post by:
I have an Activex Control created in VB6, which, displays no problem on any machine I have, but, on some machines of others, it does not. All machines are running either XP or Windows 2000, and all...
0
by: zevikw | last post by:
I am using an ActiveX control in a .NET application which I put on a form. I have another .NET control on that form that handles the Validating event. The method that handles the Validating event,...
7
by: Jarod_24 | last post by:
I just downloaded a activex control that was written in C# and tried to view it on my PDA's Internet Explorer. At my regular PC it displayed just fine, but nothing showed up on the pda. Do...
6
by: Budhi Saputra Prasetya | last post by:
Hi All, I'm trying to display .NET Custom Control (created using Inherited Control) on an ASPX page, but no luck. I already registered the Control to Global Assembly Cache through .NET Framework...
6
by: hufaunder | last post by:
I have an ActiveX component that I want to use in a library that I am writing. As a first test I used the ActiveX component in a windows form application. Adding the component created: Ax.dll...
6
by: =?Utf-8?B?U2llZ2ZyaWVkIEhlaW50emU=?= | last post by:
Previously I could write (supported) ActiveX controls for IE only. Has this changed with VS2008? Does office support ActiveX controls written in VS2008? What about older versions of office: will...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.