View Issue Details

IDProjectCategoryView StatusLast Update
0003275JEDI VCL00 JVCL Componentspublic2005-10-21 06:37
ReporterelahnAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003275: JvValidateEdit: EDivByZero when DisplayFormat = dfHex
DescriptionTo reproduce, set DisplayFormat := dfHex, then AsInteger := 999999999;

I propose replacing the contents of BaseToInt with JvJCLUtils.Numb2Dec and IntToBase with JvJCLUtils.Dec2Numb, as this fixes the problem.

Any objections?

N.B. I don't think BaseToInt & IntToBase should be removed altogether, as we may want to replace their contents with Int64 versions of Numb2Dec & Dec2Numb, which don't exist in the JCL (to my knowledge).
TagsNo tags attached.

Activities

elahn

2005-10-21 05:44

developer   ~0008048

Fixed, in CVS.

Issue History

Date Modified Username Field Change
2005-10-18 11:04 elahn New Issue
2005-10-21 05:44 elahn Note Added: 0008048
2005-10-21 06:37 AHUser Status new => resolved
2005-10-21 06:37 AHUser Resolution open => fixed
2005-10-21 06:37 AHUser Assigned To => AHUser