Skip to content

Commit

Permalink
added check for null() if ResultSet is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Feb 14, 2018
1 parent 1d6d659 commit a5e5c7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BBjGridExWidget.bbj
Expand Up @@ -519,7 +519,11 @@ class public BBjGridExWidget extends BBjWidget
cdef!.add(node!)
first=0
fi


if cd! = null() or cd!.getFieldNames().size()=0 then
methodret cdef!
fi

f! = cd!.getFieldNames()
it! = f!.iterator()

Expand Down

0 comments on commit a5e5c7e

Please sign in to comment.