Microsoft
Software
Hardware
Network
Question : Change crystal reports chart type during runtime
I am using Crystal Reports 10.5 in VS 2008 and trying to change chart type during runtime.
Ex: from 3D bars to 2D bars.
Answer : Change crystal reports chart type during runtime
Just change the & into the XML acceptable value of &
Here are the reserved characters you have to change..
" "
' '
< <
> >
& &
<cfset cleanFirstName = replace(getinfo.FirstName,
"&","&
","all")>
Random Solutions
Displaying SPANS to simulate tb-lr rather than the normal lr-tb way of displaying things.
SQL 2005 Nested Stored Procedure, how to return a value to a trigger
PHP code that randomize number or letters combination
Remove a tag but leave the text
populate textarea and file input from a dropdown -- Ajax and jQuery
Exchange System Attendant Error
An E-mail from "Nobody"
Removing Quotes From DB Fields
SQL Query syntax
Crystal Reports Record Selection Formula Based on Two Date Fields