bxtable

  1. toby

    Android Question To show formatted text in B4Xtable text columns

    I want to have a Text column filled with formatted text created on the fly, not from database. I thought I could simply assign a CSBuilder value to the cell to show some formatted text since the cell layout consists of a single label within a panel. But so far I haven't been able to make it...
  2. Daniel44

    Android Question (SOLVED)List Can't be used in a BXTable

    Helo everyone! I have a Standart Class Called Productos like this: Public Sub SelectAll(Filtro As String) As List Dim Cursor As Cursor Dim Data As List Data.Initialize() Cursor = Connection.mySQL.ExecQuery2("SELECT * FROM productos WHERE NombreProd LIKE ?", Array As...
Top