View Issue Details

IDProjectCategoryView StatusLast Update
0002740JEDI VCL00 JVCL Componentspublic2005-03-14 00:32
ReporteranonymousAssigned Tojfudickar 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 
Summary0002740: Problem saving Properties in TJvCustomAppStorage
DescriptionThere is a minor bug in the TJvCustomAppStorage.WriteEnumerationInt procedure. In TJvCustomAppStorage.WriteProperty, if the property type is tkChar or tkInteger and StorageOptions.TypedIntegerAsString is True, the WriteEnumerationInt procedure is called. However, this procedure doesn't know how to deal with tkChar properties and so an error is raised for these types.
Additional InformationIs a possible workaround to just put the line:

if (TypeInfo.Kind in [tkInteger,tkChar]) then

instead of: if TypeInfo.Kind = tkInteger then

in the WriteEnumerationInt procedure??
TagsNo tags attached.

Relationships

has duplicate 0002751 resolvedjfudickar Error with TJvCustomAppStorage and tkChar properties 

Activities

jfudickar

2005-03-13 13:07

developer   ~0006697

Should be fixed. Please check

Issue History

Date Modified Username Field Change
2005-03-10 14:09 anonymous New Issue
2005-03-13 12:46 jfudickar Relationship added has duplicate 0002751
2005-03-13 13:07 jfudickar Status new => assigned
2005-03-13 13:07 jfudickar Assigned To => jfudickar
2005-03-13 13:07 jfudickar Note Added: 0006697
2005-03-13 13:07 jfudickar Status assigned => feedback
2005-03-14 00:32 jfudickar Status feedback => resolved
2005-03-14 00:32 jfudickar Fixed in Version => 3.00
2005-03-14 00:32 jfudickar Resolution open => fixed