Skip to content

Commit

Permalink
added sample row for empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Feb 16, 2018
1 parent 6eff533 commit 5be7a67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Demo/DatatypesDemo.bbj
Expand Up @@ -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
Expand Down

0 comments on commit 5be7a67

Please sign in to comment.