I am using JBuilder 2005.
I've created a servlet using a DataModule, QueryDataSet and InternetBean's ixPageProducer and ixTable. The servlet runs fine and data is displayed. The problem is that the word 'null' appears throughout the table for fields that are empty in the database.
Is there a way to have the fields display a blank cell instead of the word 'null'? Can this be done through the column properties for the querydataset under the design tab, or will it have to be done by looping through the dataset?
Thank You
I've created a servlet using a DataModule, QueryDataSet and InternetBean's ixPageProducer and ixTable. The servlet runs fine and data is displayed. The problem is that the word 'null' appears throughout the table for fields that are empty in the database.
Is there a way to have the fields display a blank cell instead of the word 'null'? Can this be done through the column properties for the querydataset under the design tab, or will it have to be done by looping through the dataset?
Thank You