Re: Disable security message in PivotChart
- From: "Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc>
- Date: Sat, 9 Jul 2005 14:06:15 -0400
Check your internet explorer trusted zone settings. In the absence of these
settings, the security popup will show. To get rid of the security prompt,
simply add the website as a trusted source.
--
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
<roger.camargo@xxxxxxxxx> wrote in message
news:1120854144.182265.175120@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> First question:
> Well, my application is just client side, offline cube visualizer.
> I'm using OWC10, coding in csharp.
>
> The security message is: "This website is using your identity to access
> a data source. If you trust this website, click OK to continue,
> otherwise click Cancel.".
>
> In the PivotTable this warning doesn't show up, but when I use the
> PivotChart with the same options than the PivotTable, it shows the
> warning.
>
> Why in the PivotTable doesn't show and in the PivotChart it does?
>
> I really want to understand this behavior.
>
> Second question:
> In design mode (Visual Studio) I insert a PivotTable into a form, then
> I set these 2 properties:
>
> ConnectionString
> Provider=SQLOLEDB.1;Integrated Security=SSPI;Data
> Source=localhost;Extended Properties="Database=Northwind"
> CommandText
> Select * from Customers;
>
> and the same warning pops up.
>
> Thanks in advance.
> (First time posting in USENET)
>
.
- References:
- Disable security message in PivotChart
- From: roger . camargo
- Disable security message in PivotChart
- Prev by Date: RE: OWC Documentation
- Next by Date: Re: reading the hyperlink
- Previous by thread: Disable security message in PivotChart
- Next by thread: RE: OWC Documentation
- Index(es):
Relevant Pages
|