View Issue Details

IDProjectCategoryView StatusLast Update
0004013JEDI VCL00 JVCL Componentspublic2008-07-23 07:18
ReporterricoleboAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.34 
Summary0004013: TJvDBComboBox clear the value when exit
DescriptionI join a project to show you the bug.

To correct this bug I have change procedure DataChange: It works but I don't know if it is correct (see additional information)

Thank you
Eric Guéguiniat
Additional Informationprocedure TJvCustomDBComboBox.DataChange(Sender: TObject);
begin
  if DroppedDown then
    Exit;
  if FDataLink.Field <> nil then
    ComboText := FDataLink.Field.AsString
  else
  if csDesigning in ComponentState then
    ComboText := Name
  else
    if FDataLink <> nil then <= My Change
      FDataLink.UpdateRecord;
    //ComboText := '';
end;
TagsNo tags attached.

Activities

2006-12-07 09:48

 

testCombo.zip (1,295 bytes)

obones

2007-06-19 04:14

administrator   ~0013403

This is now in SVN

ricolebo

2007-06-19 06:06

reporter   ~0013422

Hi Olivier,

I think that my change is not correct, because I don't keep it (cause a bug).
I don't remenber why, but I can find later If you want.

Eric

obones

2007-10-12 04:16

administrator   ~0013895

Any news on this ?

obones

2008-02-21 03:51

administrator   ~0014238

Hello? Any news?

obones

2008-07-23 07:17

administrator   ~0014433

No news, no action

Issue History

Date Modified Username Field Change
2006-12-07 09:48 ricolebo New Issue
2006-12-07 09:48 ricolebo File Added: testCombo.zip
2007-06-19 04:14 obones Status new => resolved
2007-06-19 04:14 obones Fixed in Version => Daily / SVN
2007-06-19 04:14 obones Resolution open => fixed
2007-06-19 04:14 obones Assigned To => obones
2007-06-19 04:14 obones Note Added: 0013403
2007-06-19 06:06 ricolebo Status resolved => feedback
2007-06-19 06:06 ricolebo Resolution fixed => reopened
2007-06-19 06:06 ricolebo Note Added: 0013422
2007-10-12 04:16 obones Note Added: 0013895
2008-02-21 03:51 obones Note Added: 0014238
2008-07-23 07:17 obones Status feedback => resolved
2008-07-23 07:17 obones Resolution reopened => fixed
2008-07-23 07:17 obones Note Added: 0014433