View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006116 | JEDI VCL | 00 JVCL Components | public | 2013-04-03 11:00 | 2014-01-29 09:59 |
Reporter | SF | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006116: TAB-key in DBGrid | ||||
Description | This 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 | ||||
Tags | No tags attached. | ||||
|
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) |
|
Attached is an application showing this issue! |