View Issue Details

IDProjectCategoryView StatusLast Update
0005487JEDI VCL00 JVCL Componentspublic2011-09-21 14:10
ReporterricoleboAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.45 
Summary0005487: JvDBCombobox and UpdateFieldImmediatelly
DescriptionTo show the bug, set option UpdateFieldImmediatelly to JvDBCombobox and press Escape

When Escape, FDadalink is not always in edit mode, so FDataLink.Editing must be tested before do FDataLink.Field.Value := FDataLink.Field.OldValue;
 
In procedure TJvCustomDBComboBox.KeyPress(var Key: Char) change
if UpdateFieldImmediatelly and (FDataLink.Field <> nil) then ...
by
if FDataLink.Editing and UpdateFieldImmediatelly and (FDataLink.Field <> nil) then ...

Thank you
TagsNo tags attached.

Activities

jfudickar

2011-02-20 19:35

developer   ~0018396

Could you create a sample app and add it app to this entry please.

Regards
Jens

2011-02-21 09:24

 

Project1.zip (1,697 bytes)

ricolebo

2011-02-21 09:26

reporter   ~0018399

I forget to say to post data before escape to see error!

I join a sample app

AHUser

2011-06-11 01:43

developer   ~0018733

Fixed in svn revision 13057.

Issue History

Date Modified Username Field Change
2011-02-18 10:20 ricolebo New Issue
2011-02-20 19:35 jfudickar Note Added: 0018396
2011-02-20 19:35 jfudickar Status new => feedback
2011-02-21 09:24 ricolebo File Added: Project1.zip
2011-02-21 09:26 ricolebo Note Added: 0018399
2011-06-07 17:39 obones Status feedback => acknowledged
2011-06-11 01:43 AHUser Note Added: 0018733
2011-06-11 01:43 AHUser Status acknowledged => resolved
2011-06-11 01:43 AHUser Fixed in Version => Daily / SVN
2011-06-11 01:43 AHUser Resolution open => fixed
2011-06-11 01:43 AHUser Assigned To => AHUser
2011-09-21 14:10 obones Fixed in Version Daily / SVN => 3.45