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
We are in the process of developing a virtual appliance for our customers. Should we make a 32bit or 64bit app?
Code for Programmatically Removing VBA from Copied Workbook Not Working Properly
migrating sbs2003 to a new sbs2008
Javascript for form
Passing value from one page textbox to another page textboxes
Automatically save / read attachments
Delphi Loading Data Into Two Dynamic Arras From a Single Procedure
Any third party software to record / log program crash and / or hang?
Access - CopyDatabaseFile
Adding option and value to dynamically to dropdown menu