View Issue Details

IDProjectCategoryView StatusLast Update
0006785JEDI VCL00 JVCL Componentspublic2026-07-28 08:40
ReporterkorecekAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006785: JvDBSpinEdit - Issue with Hexadecimal value type
DescriptionJvDBSpinEdit.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.
TagsNo tags attached.

Activities

korecek

2026-07-28 08:40

reporter  

JvDBSpinEdit.pas (12,668 bytes)

Issue History

Date Modified Username Field Change
2026-07-28 08:40 korecek New Issue
2026-07-28 08:40 korecek File Added: JvDBSpinEdit.pas