bananovue

  1. V

    B4J Question [BANanoVuetifyAD3] How to set state on Select and on TextField

    Hello! I have a page with a list. I set the event on click for this list because i want to set the state on Select and on TextFields: Dim set1 As VueElement = vuetify.AddSelect(Me, rowSet1.id, "rowSet1", "rowSet1selected", "Set 1", False, False, "", "listitems", "", "", False, "set 1"...
  2. V

    B4J Question [SOLVED] [BANanoVuetifyAD3] How to convert query string to List

    Sub GetAllSetup 'clear content setup.SetData("records", "") Dim dbMySQLE As BANanoMySQLE dbMySQLE.Initialize("test", "setup_standard", "id_setup", "id_setup") dbMySQLE.SelectDistinctAll(Array("codice"), Array("codice")) dbMySQLE.JSON =...
Top