I use FR ver. 4.6.5 and Delphi 7 and ADOQuery,
but I tried a version of 4.8.29
and is the same.
Please try something like that:
ADOQuery component:
if DS_cplm.Active then DS_cplm.Close;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
    DS_cplm.SQL.Clear;           Â
    DS_cplm.SQL.Add('SELECT 1.123456 AS number);                           Â
    DS_cplm.Open;
Memo19.Text:= <DS_CPLM."number">Â Â Â Â Â Â <-- here I have 1.1235
1- Get the latest version, 4.9.xxx from today (KEEP A COPY OF THE INSTALLER FOR THE VERSION YOU ARE USING NOW, because if 4.9.xxx introduces any bugs for you, you can revert back)
2- If it still doesn't work, open a support ticket for that, the reply usually comes in 1 or 2 days
Comments
so what FR version and build are you using?
but I tried a version of 4.8.29
and is the same.
Please try something like that:
ADOQuery component:
2- If it still doesn't work, open a support ticket for that, the reply usually comes in 1 or 2 days