Anonymous | Login | Signup for a new account | 2019-02-16 21:50 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0002212 | [JEDI VCL] 00 JVCL Components | minor | always | 2004-10-12 12:24 | 2004-10-12 13:08 | ||
Reporter | Simes | View Status | public | ||||
Assigned To | user72 | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | 3.00 BETA 2 | ||||
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. | ||||||
Attached Files | |||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |