ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 possibility to change owc-chart options!

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Message:

* HTML is ON
* Forum Code is OFF
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
sefer Posted - 11/29/2005 : 08:37:08
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


4   L A T E S T    R E P L I E S    (Newest First)
sefer Posted - 12/05/2005 : 03:13:59
Thank you very much,

it works very fine!

admin Posted - 12/04/2005 : 20:13:55
Try putting it in script tag after the </OBJECT> tag.

<script>
ChartSpace1.AllowPropertyToolbox = true;
</script>
sefer Posted - 12/02/2005 : 04:58:09
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?
admin Posted - 11/30/2005 : 21:25:11
Shouldn't this script do the same trick:

ChartSpace1.AllowPropertyToolbox = true;

ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page