Hi,
I am using a Developed Project that is a Analyzer which is developed in vb.net. There is report tab is there to get the reports , when we click the report tab immediately error log will appear at the same time the report is displayed.
The error description is,
at System.Decimal..ctor(Double value) at HCCAnalyzer.frmProviderFilterPdf.Calc(Int32 iCompanyID) frmProviderFilterPdf.vb:line 402.
Value was either too large or too small for a Decimal.
Please clear my doubt as soon as possible

Farooque AliPosted Nov 3, 2008, 11:28 AM
Hi,
Thank you reply , i will try as per your instruction
Thanks & Regards,
Tabish SarwarPosted Nov 3, 2008, 8:06 AM
It might be lesser than whats its expecting like short variable getting larger range.
Change the respective type to a greater one.
at System.Decimal..ctor(Double value) at HCCAnalyzer.frmProviderFilterPdf.Calc(Int32 iCompanyID) frmProviderFilterPdf.vb:line 402.
Change Int32 variable to Double.
Hope it helps.
Regards,
Tabish