Skip to content

Commit

Permalink
use CDNUMBER as an index
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Oct 24, 2018
1 parent b415ddc commit 11a2495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/DataUpdateDemo.bbj
Expand Up @@ -44,7 +44,7 @@ process_events
fillGrid:
sbc! = new SqlQueryBC(BBjAPI().getJDBCConnection("CDStore"))
rs! = sbc!.retrieve("SELECT * FROM CDINVENTORY ")
grid!.setData(rs!)
grid!.setData(rs!,"CDNUMBER")
return

restoreOrginialRS:
Expand Down

0 comments on commit 11a2495

Please sign in to comment.