Skip to content

Commit

Permalink
remove filter to have more data
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Apr 19, 2018
1 parent 6081ebd commit c489124
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Demo/Enterprise/ToolPanelDemo.bbj
Expand Up @@ -46,12 +46,6 @@ fillGrid:
declare SqlQueryBC sbc!
sbc! = new SqlQueryBC(BBjAPI().getJDBCConnection("CDStore"))
rs! = sbc!.retrieve("SELECT * FROM CDINVENTORY")

filter! = new com.basiscomponents.db.DataRow()
filter!.setFieldValue("RECORDINGTYPE","cond:<DDD&>AAD")

rs! = rs!.filterBy(filter!)

rs!.setAttribute(6,"TOOLPANEL_CLASS","music-type")
grid!.setData(rs!,"CDNUMBER")
return
Expand Down

0 comments on commit c489124

Please sign in to comment.