hi,
i have a crystal report (.rpt) with an bar chart.
my task is to read the bar chart colors and display that color in the details. how to do it i dont know. Please help me.
the bar chart is dynamically changes by an datasource which is an xml file.
Thanks
this is the main html page
<HTML>
<HEAD>
<TITLE>Main Window</TITLE>
</HEAD>
<script language="javascript">
var newwindow;
function Click(url)
{
newwin=window.open(url,"name1",'scrollbars=yes,HEIGHT=300,WIDTH=400,resizable=no,status=yes');
}
</script>
<BODY>
<form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.