fiogf49gjkf0d Hi all.
SLX LAN v7.2.1
I'm creating a datagrid using code and I want to know how I can round my currency field to 4 decimal places. Below is the code I'm using to make the column into currency but how do I make it so it rounds to 4 decimal places instead of 2 (default).
Thank you in advance!
Set col = .Add(0) col.FieldName ="Carrier_Price"
col.Caption = "Carrier Price"
col.Readonly = True col.FormatType = ftCurrency col.Width = 70 col.Alignment = 2 col.HeaderAlignment = 2 |