B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Sep 21, 2025   (58 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in...(data) 'this is an asynchronous method. If you want to access the table immediately after SetData... of the table colors are set in the designer properties. The arrows colors are set with ArrowsEnabledColor... B4J Library [B4X] [XUI] SD FlexGrid (Table) - Star-Dust    Oct 25, 2023   (70 reactions)   tags: grid table flexi, b4x I created a new library to show a table (or grid) similar to the one in EXCEL... with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to my... B4A Tutorial [B4X] B4XTable - Editable table and export to CSV - Erel    Apr 11, 2019   (15 reactions)   tags: xuiTable, B4X B4XTable Editable tbl https://www.b4x.com/basic4android/images/SS-2019-02-18_16.52.26.png This example shows how to modify the table data. When the user clicks on a cell we show an input dialog and let the user modify its content. The data in B4XTable is stored in an in-memory database. The table name is 'data' and the column names are available with B4XTableColumn.SQLID. The code to update a cell... editable table: https://www.b4x.com/android/forum/threads/b4x-cross-platform-editable-b4xtable-form... B4A Code Snippet [B4X] [B4XTable] Clear data only (keeping the table structure) - LucaMs    Feb 8, 2024   (4 reactions) /b4xtable-clearing-data.142729/post-904607)
Sub ClearB4XTable(xTable As B4XTable)
Dim lstData As List
lstData.Initialize
xTable.SetData(lstData)
End Sub
Note to Erel: this is not... B4A Question Mashy Teaches WebApp/Website Development with BANanoVuetifyAD3 - The New Series - Mashiane    Oct 1, 2022   (25 reactions) files) 15. Introducing the V-Data-Table (VueTable) 16. BANanoVuetifyAD3 Rewind - BindState Source Code.... Mashy Teaches BANanoVuetifyAD3 : Creating a Data Table Invoice Listing using MySQL PHP 19... of creating Single Page Applications (SPAs) ... Export VueTable to PDF and Excel (with one liners) Changing the WebApp Global Font Handling UI Breakages on Page Refresh Data-Table: Import CSV, Run Timers, Inline Editing & RealTime Updates, Export to Excel & PDF V-Data-Table Exports Explained... B4i Question [B4X] DBUtils2 - CreateTable not standardized - Alexander Stolte    Jul 17, 2020 Hey, on B4A we need a map of the fields and types and on B4I we need 2 lists? DBUtils.CreateTable(main_sql,"mytable",CreateMap("id":DBUtils.DB_INTEGER),"id") That makes double work.... B4J Library [B4X] DBUtils 2 - Erel    Dec 16, 2021   (38 reactions)   tags: DBUtils, 2, sqllite, myapp, db, B4X DBUtils 2 (by Luca): New GetFieldsInfo and GetTables methods. V2.06 - Fixes an issue with TableExists in B4A. V2.05 - New TableExists method to check whether a table exists (the table name is case insensitive).... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ 105281 Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements user access token to authorize user to consume the API. SQL.zip - SQL script to create necessary database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code... B4J Question [B4X] [XUI] SD FlexGrid (Table) - Can it be used as a property sheet - Mashiane    Oct 23, 2023 Hi
Can this component be used as a property sheet? E.g 2 columns Key, Value, then on each row on th... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp ) 'work with result req.PrintTable(res) Else Log("ERROR: " & j... at once. The insert_animal command is defined in the config file: sql.create_table=CREATE TABLE IF... Page: 1   2   3   |