Hi, what can i do when in B4X Table arrows an text is overlapping.
Look at Picture attached.
How can i move the arrows to the right...
Thanks for help
Marion
sqlite-jdbc-3.7.2.jar is the default SQLite JDBC library comes with B4X IDEs installation but it is quite old.
The good thing about this version is it is very small (3.05MB only).
The bad thing is, it is a dependency for B4XTable for B4J.
Recently, I tried to execute a SQLite query in B4J...
Hello,
I'have checked B4XTable in the library, but in the sub globals, my variables which are B4XT as B4Xtable and col(30) as B4XTableColumn remain red. The app doesn't recognize them !!!
How to fix this ?
Thanks
Dan
Have any solution for Cell Value is More Than 100 Billion? because when i implement to B4XTable Cell Show me Value to OVERFLOW. i can try change to string value but when user click column to sort the value that become string short not number value sort. Please help me,
Hello,
I'm trying the InlineEditing class with b4xtable.
Is there a way to tab from a field to the next? To quickly fill all the fields of a row without having to use the mouse to click on them?
Right now tab only jumps from the current selected field to the Search textfield...
I tried to...
Hi to all,
Based on the B4XTable library, I have made a small enhancement that is extremely practical for the user. It enables three additional functionalities:
a) Reordering of row sequence and column lengths
b) Resetting the saved layout (to default layout)
c) Exporting data to Excel
The...
Edit: Erel's way is much simpler!
Author: @cklester (https://www.b4x.com/android/forum/threads/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 "cool":
I create a B4XTable from 3 sqlite tables and the table builds. (The table is static)
I created an array list from the table but I'm thinking that must be overkill.
All I want to do is simply INSERT INTO an sqlite table by looping through the table.
What would be the best method? We're only...
I have successfully created a table and saved the data in my 'Downloads' folder (because it's a report for distribution outside the app users).
However, the text looks like this:
[Ljava.lang.Object;@8f7df58
[Ljava.lang.Object;@da718b1
[Ljava.lang.Object;@391a196
[Ljava.lang.Object;@441b117...
B4XLib library that adds useful functionalities to B4XTable. Currently for B4A and B4J.
Note that this library is NOT my custom version of the official and original B4XTable View, it does not replace it. It can be used together with the B4XTable View to add functionalities to the B4XTable View...
UPDATE. Ready: https://www.b4x.com/android/forum/threads/b4x-lmb4xtableext.158817/
---------------------------------------------------------------------------------------------------
I can't resist! :)
I am pleased (not happy ? ) to preview one of my libraries (B4XLib, therefore with source...
I'm struggling quite a bit with this topic, date type fields in B4XTable.
I finally ?? think I understand what the problem is and I'm afraid I can't solve it.
The aim would be to automatically read a date DB field (DATE, DATETIME, TIMESTAMP) and display it in a B4XTable column set as...
Hola, si has utilizado [B4X] Localizator - Localiza tus aplicaciones B4X, sabes que tienes que usar Excel para añadir las claves y luego traducir cada una de ellas al idioma de destino. Con esta herramienta agregas las claves directamente al B4XTable y luego puedes hacer clic en las celdas para...
Trying to run a query on the B4XTable memory DB and move the resulting data directly to a table in the main SQLite (file based) table.
I trying to do this by attaching the B4XTable memory DB to the main DB and then running that query from the main DB.
The reason for doing it like this is that...
The title more or less says it all. I wanted to better understand the myriad of properties of the B4XTable, and here they are. Change a property and immediately see which part of the table is impacted. Here's what it covers (these are the options in the ChoiceBox):
--- Properties ---...
The property InternalSortMode of a B4XTABLE column may be set by code with "ASC" or "DESC". In that case :
Header displays an arrow showing the direction of the sorting option (ascending or descending)
Content column is sorted, case sensitive
As this property is probably added to the SQLite...
The B4XTable class (in the B4X lib file) has the variable mCurrentCount, indicating the total number of rows of the table.
However it seems this is not available when you have run a filter (SQL with where clause). For this reason the last page
button (>|) is always greyed out as the last page...
Just started to experiment with B4XTable, using the provided example project as provided by Erel in the first post regarding B4XTable.
I added some extra options to the search facility, edited the Subs:
Public Sub BuildQuery
Private Sub ImplUpdateDataFromQuery
Public Sub BuildQuery...
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.