empty

  1. R

    Android Question B4XTable search for empty values(SOLVED)

    Just experimenting with the B4XTable. I added some extra options to search column values along these lines: For Each col As B4XTableColumn In VisibleColumns If col.Searchable Then For n = 0 To arrCheckConditions(c) - 1 strFind =...
  2. A

    Android Question confused in empty ,null , when query database ,

    i use such sentence to query access database in vb , it is , SELECT * FROM table_1 WHERE ( ((IIf(IsNull(value_1),'*' , field_1 Like '*' & value_1 & '*'))<>False) AND '((IIf(IsNull(value_2),'*', field_2 Like '*' & value_2 & '*'))<>False) ) i imitate it in b4a , i make attempts time and again...
  3. G

    Android Question Blank space in bottom of the activity

    Hi everyone, I'm here for an other newbie question, I made a layout in the designer and I have a blank space when I try it on my phone, even though I set the views in the script so that they fit to the the entire screen. I need a menu to have a vertical scrolling so I loaded the layout with...
  4. Mashiane

    B4J Question [BANano] [SOLVED] 'Empty string passed to getElementById()'.

    Hi there The above question is being reported by Firefox developer. Phew, been wondering the cause as the counter was showing 15 on another project. This is being raised on the .Empty call, the Flights is being displayed on the page. Sub Init 'create a div Dim el As BANanoElement...
Top