View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003884 | JEDI VCL | 00 JVCL Components | public | 2006-09-05 08:43 | 2006-09-06 02:45 |
Reporter | ricolebo | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003884: TJvDbLookupcombo first record not displayed if displayempty used | ||||
Description | When the display empty property is used , the first record is not visible in the lookup combo | ||||
Tags | No tags attached. | ||||
2006-09-05 08:43
|
jvdblookupcombo.zip (2,161 bytes) |
|
In JvDBLookup.pas, this repair the bug ligne 2520 : if Assigned(FLookupLink.DataSource) and Assigned(FLookupLink.DataSource.DataSet) then begin RecordCount := FLookupLink.DataSource.DataSet.RecordCount; // New Lines if Length(FDataList.DisplayEmpty) > 0 then Inc(RecordCount); end else RecordCount := MAXINT; |
|
This is now fixed in revision 10930 |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-09-05 08:43 | ricolebo | New Issue | |
2006-09-05 08:43 | ricolebo | File Added: jvdblookupcombo.zip | |
2006-09-05 09:40 | ricolebo | Note Added: 0010066 | |
2006-09-06 02:44 | obones | Status | new => resolved |
2006-09-06 02:44 | obones | Fixed in Version | => Daily / SVN |
2006-09-06 02:44 | obones | Resolution | open => fixed |
2006-09-06 02:44 | obones | Assigned To | => obones |
2006-09-06 02:44 | obones | Note Added: 0010072 |