View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006785 | JEDI VCL | 00 JVCL Components | public | 2026-07-28 08:40 | 2026-07-28 08:40 |
| Reporter | korecek | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0006785: JvDBSpinEdit - Issue with Hexadecimal value type | ||||
| Description | JvDBSpinEdit.pas Hello, I have used TJvDBSpinEdit component with setting of Value Type as Hexadecimal (ValueType = vtHex). When I used this component within JvDBUltimGrid I found out that showed values after activation of column controlled by JvDBSpinEdit is not hexadecimal but decadic (decimal). When I looked at source code I found out that there is no properly processed vtHex setting because value is assigned as Text and not as Value. That is why the Value is showed as decadic. So I tried to make a little change. I attached code which solves problem of vtHex setting within procedure TJvDBSpinEdit.DataChange(Sender: TObject); . There is also some small comment added there. | ||||
| Tags | No tags attached. | ||||