View Issue Details

IDProjectCategoryView StatusLast Update
0006116JEDI VCL00 JVCL Componentspublic2014-01-29 09:59
ReporterSFAssigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status acknowledgedResolutionopen 
Product Version3.47 
Target VersionFixed in Version 
Summary0006116: TAB-key in DBGrid
DescriptionThis feature allows the user to use the TAB-key in an open TJvDBLookupCombo to jump to the next column.

File: JvDBGrid
Procedure: ControlWndProc
Code:
...snip
        if CharCode = VK_TAB then
        begin
          { Start change }
          FOldControlWndProc(Message); // Allows use of TAB to jump
          { End change
          CloseControl;
          PostMessage(Handle, WM_KEYDOWN, VK_TAB, KeyData);
        end
TagsNo tags attached.

Activities

obones

2013-12-13 10:49

administrator   ~0020719

Please try with the latest JVCL version in GIT (or daily zip) and then send us a zipped file containing the sources of an application showing the issue.

2014-01-16 17:18

 

0006116.zip (79,734 bytes)

SF

2014-01-16 17:19

reporter   ~0020898

Attached is an application showing this issue!

Issue History

Date Modified Username Field Change
2013-04-03 11:00 SF New Issue
2013-12-13 10:49 obones Note Added: 0020719
2013-12-13 10:49 obones Status new => feedback
2014-01-16 17:18 SF File Added: 0006116.zip
2014-01-16 17:19 SF Note Added: 0020898
2014-01-29 09:59 obones Status feedback => acknowledged