View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002212 | JEDI VCL | 00 JVCL Components | public | 2004-10-12 12:24 | 2004-10-12 13:08 |
Reporter | Simes | Assigned To | user72 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 RC 1 | |||
Summary | 0002212: TJvFindReplaceDialog doesn't error if EditControl not assigned. | ||||
Description | TJvFindReplaceDialog doesn't error if EditControl not assigned. It checks for it, but the Error procedure is missing the "raise" keyword. | ||||
Additional Information | procedure Error; begin EJVCLException.CreateRes(@RsENoEditAssigned); end; should be procedure Error; begin raise EJVCLException.CreateRes(@RsENoEditAssigned); end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-10-12 12:24 | Simes | New Issue | |
2004-10-12 13:08 |
|
Status | new => resolved |
2004-10-12 13:08 |
|
Resolution | open => fixed |
2004-10-12 13:08 |
|
Assigned To | => user72 |
2004-10-12 13:08 |
|
Note Added: 0005361 |