View Issue Details

IDProjectCategoryView StatusLast Update
0003065JEDI VCL00 JVCL Componentspublic2005-11-26 04:54
ReporteranonymousAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.10 
Summary0003065: TJvValidateEdit changed to work with large integers
DescriptionHi all,

TJvValidateEdit didn't work with large integers in some cases (mostly when HEX chosen). Attached to the issue you'll find JvValidateEdit.pas which I modified to work with those.
TagsNo tags attached.

Relationships

parent of 0003218 resolvedobones JvValidateEdit, 64bit integer support added 

Activities

2005-06-30 10:10

 

JvValidateEdit.pas (34,993 bytes)

obones

2005-08-31 06:51

administrator   ~0007907

This is based on a very old version of JvValidateEdit.pas, please create a diff file and upload it.

elahn

2005-10-18 10:39

developer   ~0008040

Last edited: 2005-10-18 12:48

The changes proposed amount to replacing Integer with Int64. (Btw, it wasn't me that submitted this.)

elahn

2005-10-18 10:54

developer   ~0008041

The other way to do this would be to add a dfInt64 DisplayFormat and an AsInt64 property. Of course, either solution requires IntToBase and BaseToInt to be modified for Int64.

obones

2005-11-26 04:54

administrator   ~0008161

The int64 mods are now in CVS

Issue History

Date Modified Username Field Change
2005-06-30 10:10 anonymous New Issue
2005-06-30 10:10 anonymous File Added: JvValidateEdit.pas
2005-08-31 06:51 obones Note Added: 0007907
2005-08-31 06:51 obones Status new => feedback
2005-10-18 10:39 elahn Note Added: 0008040
2005-10-18 10:54 elahn Note Added: 0008041
2005-10-18 12:48 elahn Note Edited: 0008040
2005-11-22 09:26 obones Relationship added parent of 0003218
2005-11-26 04:54 obones Status feedback => resolved
2005-11-26 04:54 obones Resolution open => fixed
2005-11-26 04:54 obones Assigned To => obones
2005-11-26 04:54 obones Note Added: 0008161