RE: ActiveX control error
- From: Louwe Hakvoort <Louwe Hakvoort@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 02:34:00 -0800
--->English Version:
1. If you get following message after clicking on “edit in data*** view”:
“The list is displayed in Standard view. It cannot be displayed in Data***
view for one or more of the following reasons: A data*** component
compatible with Windows SharePoint Services is not installed, your browser
does not support ActiveX controls, or support for ActiveX controls is
disabled.”
Open the file ows.js (Path: C:\Program Files\Common Files\Microsoft
Shared\web server extensions\60\TEMPLATE\LAYOUTS\1033) and search for the
Method PortalPinToMyPage. After this insert following javascript code:
function RenderActiveX(str)
{
document.write(str);
}
That’s it. Don’t forget to make an iisreset and refresh your browser after
saving the file…
--->Dutch Version:
- ga naar de map C:\Program Files\Common Files\Microsoft Shared\web server
extensions\60\TEMPLATE\LAYOUTS\1033
- open het bestand ows.js
- ga dan in dit bestand opzoek naar "PortalPinToMyPage" in dit bestand.
- voeg dit toe:
function RenderActiveX(str)
{
document.write(str);
}
- dan komt het er zo uit te zien:
function PortalPinToMyPage(eForm, portalUrl, instanceID)
{
eForm.action = portalUrl + ‘_vti_bin/portalapi.aspx?Cmd=PinToMyPage’;
eForm.ReturnUrl.value = window.location.href;
eForm.ListViewUrl.value = MakeMtgInstanceUrl(eForm.ListViewUrl.value,
instanceID);
eForm.submit();
}
function RenderActiveX(str)
{
document.write(str);
}
- Sla het bestand op.
- Druk de toetsen (Shift + F5) in.
- Probeer het nu nog eens.
Ik hoop dat hier je Probleem mee is opgelost.
"kwalsh" wrote:
I am getting the following error, we are running SPS and WSS 2003:.
The list is displayed in Standard view. It cannot be displayed in Data***
view for one or more of the following reasons: A data*** component
compatible with Windows SharePoint Services is not installed, your browser
does not support ActiveX controls, or support for ActiveX controls is
disabled.
Can someone please give me some help on what could be causing this issue?
- Follow-Ups:
- RE: ActiveX control error
- From: Mickey
- RE: ActiveX control error
- Prev by Date: Server Error in '/' Application after fresh install
- Next by Date: RE: Task Assignment notifications adding and notifying extra people when item is updated
- Previous by thread: Re: ActiveX control error
- Next by thread: RE: ActiveX control error
- Index(es):