Anonymous | Login | Signup for a new account | 2019-02-16 15:33 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 | ||
0002326 | [JEDI VCL] 00 JVCL Components | minor | always | 2004-11-21 11:08 | 2006-04-14 07:55 | ||
Reporter | nestor | View Status | public | ||||
Assigned To | obones | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | 3.00 BETA 2 | ||||
Summary | 0002326: TJvDBIndexCombo and descending index | ||||||
Description | TJvDBIndexCombo raize exception when a descending index (Paradox) is selected. To avoid this I suggest this fix: | ||||||
Additional Information |
function TJvDBIndexCombo.GetIndexFieldName(var AName: string): Boolean; begin Result := True; if ItemIndex >= 0 then begin if EnableNoIndex and (Items[ItemIndex] = NoIndexItem) then AName := '' else with TIndexDef(Items.Objects[ItemIndex]) do begin AName := Fields; if (AName = '') or (ixDescending in Options) then begin AName := Name; Result := False; end; end; end else AName := ''; end; |
||||||
Tags | No tags attached. | ||||||
Attached Files |
![]() ![]() |
||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |