create

  1. Alexander Stolte

    Android Example [B4X] Supabase - INSERT or UPDATE a record and return it

    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")...
  2. Alexander Stolte

    Android Example [B4X] Supabase - Database CRUD

    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...
  3. rtek1000

    B4J Question [XLUtils] How to create MS Excel documents?

    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...
  4. K

    Android Question Create Image

    How to Create Dynamic Image for Payment Reminder? Like attach Image File. I also want to Insert Due Amount, which is vari every time.
  5. Star-Dust

    B4J Code Snippet Load and Save KML file (kmz)

    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...
  6. Mashiane

    B4J Library [BANanoSQLUtils] A BANanoSQL helper class for CRUD functionality

    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...
Top