ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 possibility to change owc-chart options!
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

sefer

Germany
105 Posts

Posted - 11/29/2005 :  08:37:08  Show Profile  Reply with Quote
Hi,

i know there are a lot of options to change the view of OWC-Chart. But this feature is disabled by default.(Right click on the Chart-->Option below Fieldlist)

Is it possible to enable the "Commands and Options" dialog box?

I think it is the "<AllowPropertyBrowser>"-option from XML-File!

thx
Sefer



Edited by - sefer on 11/30/2005 02:17:19

admin

1646 Posts

Posted - 11/30/2005 :  21:25:11  Show Profile  Reply with Quote
Shouldn't this script do the same trick:

ChartSpace1.AllowPropertyToolbox = true;
Go to Top of Page

sefer

Germany
105 Posts

Posted - 12/02/2005 :  04:58:09  Show Profile  Reply with Quote
Hi,


i tried to insert "ChartSpace1.AllowPropertyToolbox = true;" it in OWC.aspx!
But it doesnt worked

Thats my Code:
<OBJECT id=ChartSpace1 style="LEFT: 0px; TOP: 0px" height=314 width=800 classid="clsid:<%=sOwcChartId%>" VIEWASTEXT>

<
PARAM NAME="XMLData"
VALUE='<%=sChartXml%>'
ChartSpace1.AllowPropertyToolbox = true;
>

</OBJECT>


Whats wrong?
Go to Top of Page

admin

1646 Posts

Posted - 12/04/2005 :  20:13:55  Show Profile  Reply with Quote
Try putting it in script tag after the </OBJECT> tag.

<script>
ChartSpace1.AllowPropertyToolbox = true;
</script>
Go to Top of Page

sefer

Germany
105 Posts

Posted - 12/05/2005 :  03:13:59  Show Profile  Reply with Quote
Thank you very much,

it works very fine!

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page