Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Apr 5, 2018
1 parent 0b71ac8 commit acec88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demo/SearchDemo.bbj
Expand Up @@ -17,8 +17,8 @@ grid! = new BBjGridExWidget(wnd!,100,0,40,800,560)
wnd! .setCallback(BBjAPI.ON_CLOSE,"byebye")
wnd! .setCallback(BBjAPI.ON_RESIZE,"resize")

st! = wnd!.addStaticText(200,20,14,200,25,"Enter a termo to search in the grid data")
ed! = wnd!.addEditBox(250,210,10,250,22,"")
st! = wnd!.addStaticText(200,20,14,200,25,"Enter a term to search inside the grid data:")
ed! = wnd!.addEditBox(250,230,10,250,22,"")
ed!.setCallback(BBjAPI.ON_EDIT_MODIFY,"onSearchButton")

gosub fillGrid
Expand Down

0 comments on commit acec88e

Please sign in to comment.