Hi everyone,
I have the necessity to update the value associated with an item of a CustomListView, the only method available is .GetValue but it does not accept the association operator (=).
I do not want to recreate the view every time because the values will change rapidly and i do not want...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
It is possible to create a new data record and return it directly.
Use the SelectData property
Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData
Insert.From("users")...
https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/
This is a very simple tutorial on how to use the CRUD options. A more detailed tutorial is coming soon.
CREATE
Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData
Insert.From("dt_Tasks")
Dim...
Hi,
I found this library, very useful, but I couldn't find how to create the file.
There is a post related to how to create Word documents:
https://www.b4x.com/android/forum/threads/xlutils-creating-ms-word-documents.131732/
Lib...
Several have asked how to create a KML file (or KMZ if compressed) starting from a map generated with the GMap library.
A KMZ specification is not simply a compressed KML file, but it can also contain other files, such as marker images if they are customized.
I started from a precious example...
Good day
UPDATE 2020-05-19: Please use this library instead
The attached class will help you in creating basic sql statements for CRUD functionality using BANanoSQL.
We feature CREATE, UPDATE, UPDATE & DELETE statements, we also have added, creating a table. Whilst this class will work...
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.