View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003298 | JEDI VCL | 00 JVCL Components | public | 2005-11-02 22:52 | 2005-11-22 09:08 |
Reporter | ZENsan | Assigned To | elahn | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0003298: FormStorage component don't save TEdit.Text value if it's containing only one space! | ||||
Description | FormStorage 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!!! | ||||
Tags | No tags attached. | ||||
|
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. |
|
This is considered to be resolved for it has not received any feeback for the past 14 days. |
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 |