createdataview

  1. practicalsoft

    B4X FEED B4XTable CreateDataView

    Does CreateDataView include a way to sort a table descending on a date column which is stored as a long value? I am using a lot of CreateDataView commands and even more ClrarDataViews and need a way to sort by a date column in the descending mode. ادامه مطلب...
  2. practicalsoft

    B4X FEED [solved] B4XTable Filter a Table Column

    This is ok B4X: Dim col2 As B4XTableColumn = B4XTable1.GetColumn("Sec") B4XTable2.CreateDataView($"${col2.SQLID.Trim} = 'ELT' "$) this is not ok ... ? B4X: Dim Msec As String Msec="ELT" B4XTable1.CreateDataView($"${col2.SQLID.Trim} = ${Msec} "$) or B4X: Dim Msec As String...
عقب
بالا