View Issue Details

IDProjectCategoryView StatusLast Update
0003298JEDI VCL00 JVCL Componentspublic2005-11-22 09:08
ReporterZENsanAssigned Toelahn 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003298: FormStorage component don't save TEdit.Text value if it's containing only one space!
DescriptionFormStorage component don't save TEdit.Text value if it's containing only one space! Why??? I need to write code to save this value, because space also is an string data!!!
TagsNo tags attached.

Activities

elahn

2005-11-03 02:32

developer   ~0008075

If you are using TJvAppIniFileStorage, set StorageOptions to include PreserveLeadingTrailingBlanks. You will receive an AV the first time you run the program and it tries to restore an empty string property...just ignore this and when you close the program it will save correctly.

If this does not fix the problem, please post an example program that produces the problem - zipped, including .dpr, .pas & .dfm only.

obones

2005-11-22 09:08

administrator   ~0008130

This is considered to be resolved for it has not received any feeback for the past 14 days.

Issue History

Date Modified Username Field Change
2005-11-02 22:52 ZENsan New Issue
2005-11-03 02:32 elahn Note Added: 0008075
2005-11-03 02:32 elahn Assigned To => elahn
2005-11-03 02:32 elahn Status new => feedback
2005-11-22 09:08 obones Status feedback => resolved
2005-11-22 09:08 obones Resolution open => fixed
2005-11-22 09:08 obones Note Added: 0008130