I've a cfront code that assign a decimal value into another database record, but even if value have 5 decimal places, the filed is written with only 4 decimal places.
I'm using this method:
AssignField(hTable, hRec, FieldNo, FieldData)
for example: fieldData is 0,12345 but in the destination table field is 0,1234
best regards
0