That's not the case. Do you have the default setup of browse windows showing fields with a nonproportional font, eg courier new? In grids the default font differs, but by default numeric fields are right-aligned in grids. And there is no such thing as leading zeros in numeric fields unless you define a Format and/or inputmask to show such a thing. By default leading zeros are truncated.
What you see in a browse may be preformatted and configured and these settings are stored in the foxuser.dbf so you see the same tables with the same formattings and field and column widths etc. This is done for browse windows, not for grids. You need to customize a grid like you need to customize a browse and this is then stored in the SCX or form class, not in the foxuser.dbf. But by default both a browse and a grid show the same behavior in regard to numeric vs character fields.
Bye, Olaf.