Hi, I put a DataGrid in form and I can browse the fields of a query. Now I want to show some string contents istead of numeric values of a field. For example I have a field Enabled with (0/1) values and I want to show Enabled/Disabled instead of 0/1 numbers. How can I do it? Mehdi