"How to solve" this kind of crystal Report Error at runtime.
This error comes because of binding of report formula and front end data.
ReportObject.DataDefinition.FormulaFields["@crystalReportFormulaParamater"].Text = frontEndvalue.
whenever we pass formula fields from crystal report to get the data from client ..
without using any procedure or query then this kind of problem comes .
Hence just concentrate on above mentioned "red undelined code" and try with that one.
in most of cases the error comes by mentioned red undelined code .
But not all times .
This error comes because of binding of report formula and front end data.
ReportObject.DataDefinition.FormulaFields["@crystalReportFormulaParamater"].Text = frontEndvalue.
whenever we pass formula fields from crystal report to get the data from client ..
without using any procedure or query then this kind of problem comes .
Hence just concentrate on above mentioned "red undelined code" and try with that one.
in most of cases the error comes by mentioned red undelined code .
But not all times .
0 comments: