View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006224 | JEDI VCL | 00 JVCL Components | public | 2013-11-14 08:06 | 2015-09-14 13:20 |
Reporter | tbd | Assigned To | AHUser | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.45 | ||||
Target Version | Fixed in Version | 3.48 | |||
Summary | 0006224: TJvCustomDBComboBox.UpdateDropDownItems additional (e.g. UseDisplayText) property | ||||
Description | I wanted to use TJvCustomDBComboBox.UpdateDropDownItems method but unfortunately it was not good for me in that case because this method uses LDisplayField.AsString in all cases. I think it will be useful if I can use LDisplayField.DisplayText also depending on a new property in ListSettings (TJvDBComboBox) options. Current code: TJvCustomDBComboBox.UpdateDropDownItems; ... Line 836: Items.Add(LDisplayField.AsString); Line 837: Values.Add(LKeyField.AsString); ... New code: TJvCustomDBComboBox.UpdateDropDownItems; ... if UseDisplayText then Items.Add(LDisplayField.DisplayText) else Items.Add(LDisplayField.AsString); ... Thanks. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-11-14 08:06 | tbd | New Issue | |
2013-12-01 11:14 | AHUser | Note Added: 0020700 | |
2013-12-01 11:14 | AHUser | Status | new => resolved |
2013-12-01 11:14 | AHUser | Fixed in Version | => Daily / SVN |
2013-12-01 11:14 | AHUser | Resolution | open => fixed |
2013-12-01 11:14 | AHUser | Assigned To | => AHUser |
2015-09-14 13:20 | obones | Fixed in Version | Daily / GIT => 3.48 |