I need to know if any one know how to make a column in a MSFlexgrid round off number two decimal places
Printable View
I need to know if any one know how to make a column in a MSFlexgrid round off number two decimal places
Can you tell me specifically how you're populating the MSFlexGrid? (i.e. with data control, DAO etc)
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
I agree with Serge how are you populating the grid, however try formating the number
number = format(number,"##,###,##0.00")
jeff ritchie
Senior Consultant
[email protected]