diff --git a/Demo/DatatypesDemo.bbj b/Demo/DatatypesDemo.bbj index 8fea1bf8..021fce79 100644 --- a/Demo/DatatypesDemo.bbj +++ b/Demo/DatatypesDemo.bbj @@ -66,6 +66,11 @@ fillGrid: next + rem a row with most columns empty + dr! = new DataRow() + dr!.setFieldValue("INTEGER",java.sql.Types.INTEGER,i) + rs!.addItem(dr!) + grid!.setData(rs!) return