View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003480 | JEDI VCL | 00 JVCL Components | public | 2006-01-30 18:00 | 2006-06-09 07:55 |
Reporter | tbolick | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003480: jvAppIniFileStorage | ||||
Description | If the Ini File cannot be written to on Flush, an exception is thrown. Since you cannot keep the Flush from happening automatically when the component is Destroyed, you always get an exception if the IniFile name points to an invalid drive. If, for example, you want to keep the Ini File on a USB or network drive which may become invalid before the program closes. Reads & Writes can be conditional (If FileExists), but the final Flush always happens. Perhaps putting a try...except around the IniFile.UpdateFile would suffice. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-01-30 18:00 | tbolick | New Issue | |
2006-02-06 07:11 | obones | Note Added: 0008509 | |
2006-02-06 07:11 | obones | Status | new => acknowledged |
2006-06-09 07:55 | obones | Status | acknowledged => resolved |
2006-06-09 07:55 | obones | Resolution | open => fixed |
2006-06-09 07:55 | obones | Assigned To | => obones |
2006-06-09 07:55 | obones | Note Added: 0009554 |