Hello everyone.
I'm trying to load Mysql database table data into B4XTable by using JRDC2. I can print results in logs. But the data is not showing in B4XTable columns it shows table empty. Anyone can explain how to load result rows into B4XTable?
Thank you.
I have 3 B4Xtables on different layouts, 2 work perfectly, but one of the tables crashes my app when I try to search. Any character I type into the search field gives an error:
"Error occurred on line: 449 (B4XTable)
java.lang.NullPointerException: Attempt to invoke virtual method...
Muy buenas, este es mi primer POST,
Creo que se entiende, Cuando alineo los Datos a la Izquierda (LEFT):
Dim column0 As B4XTableColumn = tableName.GetColumn("NOMBRE")
Dim pn0 As B4XView = column0.CellsLayouts.Get(0)
pn0.GetView(0).SetTextAlignment("CENTER", "LEFT".ToUpperCase)
Este caso el...
Hi Everyone!
I've been seeing the example of B4Atable editable :
https://www.b4x.com/android/forum/threads/b4x-b4xtable-editable-table-and-export-to-csv.102847/
and it works perfect, but that edits any field that the user wants and I would like to know if it is possible to edit in the...
Hello Everyone
I'm trying to understand how best to update SQLite from a B4xtable and would like some advice.
I'm struggling slightly because the help docs b4xtable help is showing nothing for me for some reason, plus the closest examples I've found
B4xTable load data - loads from sqllite but...
hello
i want to take snapshop from b4xtable
but final image is null
in designer i add b4xtable to pane
and i load this layout with this code in b4j form
Dim p As Pane
p.Initialize("")
p.LoadLayout("myleyout")
p.SetSize(750dip,900dip)
p.Visible=true...
Hi all, i use 2 B4XTables in the same project, and i get a error referented to SQLite.
Has anyone had a similar experience?Has anyone had a similar experience?
The error:
Error occurred on line: 601 (B4XTable)
android.database.sqlite.SQLiteException: near ")": syntax error (code 1): , while...
Hi, I have a strange error when I try to feed the table, I simply get data from an API and insert it in a table but it returns an error that I have no idea what it means, since I do not use SQLite.
Error occurred on line: 601 (B4XTable)
android.database.sqlite.SQLiteException: near ")": syntax...
Hola,
Necesito cambiar el color del contenido de una columna, de acuerdo al contenido de otra.
En el ejemplo que pruebo cambian el color, si el contenido tiene un valor positivo o negativo. En mi caso, quiero que cambie el color, pero si otra columna contiene una "S" o "".
Este codigo es el...
Hello, I am trying to change the text size in a B4Xtable and I do not know how to do it.
B4XTable1.mBase.TextSize = 10
Error occurred on line: 1350 (Info)
java.lang.RuntimeException: Type does not match (class anywheresoftware.b4a.BALayout)
at...
I'm trying to change the scheme of a B4XTable to a light background.
I'm able to adjust the colors of most of the items, including the arrows, but not the color of the Search Text box and the result label and thus trhey are "invisibles", being white on white ;-)
I tried to access...
This is a follow up from the post: B4XTable - all rows and no header
https://www.b4x.com/android/forum/threads/b4xtable-all-rows-and-no-header.103519/
Quoting Erel:
"I'm pretty sure that you can do it without modifying the B4XTable code."
I think you can but than it looks to me you it wouldn't...
Using the example from this thread:
https://www.b4x.com/android/forum/threads/b4x-b4xtable-cross-platform-sortable-searchable-customizable-table.102322/
If I adjust the .csv file to have only one column and alter the code accordingly, then no data is showing.
Have been debugging this for a few...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.