B4J Library [B4X] DBUtils 2 - Erel    Dec 16, 2021   (37 reactions) V2.07 (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). B4J Library [B4X] [XUI] SD FlexGrid (Table) - Star-Dust    Oct 25, 2023   (69 reactions) I created a new library to show a table (or grid) similar to the one in EXCEL.
There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to my B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Feb 08, 2024   (58 reactions) You can set this field to False to prevent this. This is mainly useful if you are using custom cells and want the heights to be static.
V1.03 - Search term highlighting. Color is configurable with the designer.
- PrefixSearch field - limits searches to prefix matches.
- Better support for table resi B4A Tutorial [B4X] Database modelling - KMatle    Apr 04, 2018   (19 reactions) This tutorial is about db modelling with a small example. Of course this is just an overwiew and there is much more. I assume you know how to create tables and Co.
Databases
A db is a collection of related data and it contains tables. Mostly it's called database system like (SQlite or MySQL, etc.) B4J Question [B4X] jRDC2 - Issues with sql command not found - PaulMeuris (first post)    Aug 11, 2022   (4 reactions) In this SQL statement there is no table name. B4A Tutorial [B4X] Features that Erel recommends to avoid - LucaMs (first post)    Aug 09, 2021   (13 reactions) Probably a table like Excel would be more readable:
Language
Not recommended
Recommended
Reason
B4A
ListView
xCustomListView
ListView is difficult to work with and cannot be customized. It is also not cross platform.
B4i
TableView
xCustomListView
same as above
All
CustomListView mo B4A Example [B4X] Supabase - Supachat chat example app - Alexander Stolte    Feb 24, 2024   (7 reactions) "dt_Chat" ( id bigint generated by default as identity, room_id bigint not null, created_at timestamp without time zone not null default now(), created_by uuid not null default auth.uid (), message character varying not null, constraint dt_Chat_pkey primary key (id), cons B4J Question [B4X] [XUI] SD FlexGrid (Table) - Can it be used as a property sheet - William Lancee (first post)    Oct 23, 2023   (2 reactions) The standard B4XPreferenceDialog would be good for this.
Or, if you want it to look different, see
https://www.b4x.com/android/forum/threads/b4x-b4xpages-using-the-standard-b4xpreferencedialog-library-with-b4xpages-to-create-effective-forms.145731/ B4A Tutorial [B4X] B4XTable with custom cells layout - William Lancee (first post)    Mar 16, 2021 This table view is meant to be 'paged', not scrolled. All visible rows should fit in a screen, to see more rows, use navigation arrows. The editable table has seen significant improvement since the first version. See https://www.b4x.com/android/forum/threads/b4x-cross-platform-editable-b4xtable- B4A Tutorial [B4X] B4XTable - Editable table and export to CSV - Erel    Apr 11, 2019   (15 reactions) 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 Page: 1   2   3   4   5   6   7   Powered by ColBERT |