I want to display all the cells in a datawindow even if they contain null data, but I don't know how to do it. This is just for aesthetic purposes.
Clients says that my application doesn't look nice when there are cell with no borders in the table
I'm using a datawindow freeform. And yes, that's what I mean with cell: each data is displayed with border, but it doesn't display anything when I have null data. it's obvious, I know, but is there a method that allow me to display the border even with null data, or replace the null data with another character (if I can do that, I do not what to change any value)
In MS SQL you could use the statement Isnull(xxx,'') for the character columns so the DB will return an emptystring if the value is null. This won't trigger any change in the database from PB unless the value is changed and the column is in the update properties of the datawindow object.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.