msg2box

  1. luthfiagata

    Android Question How do I display data from the database in a message box

    I want to display data in a text box by retrieving data from the database Private Sub boxmesage_Click mdlkoneksi.koneksi mdlkoneksi.rs = mdlkoneksi.mh.Query("SELECT * FROM jadwalkerja WHERE idkaryawan = '" & Main.idne & "' ") For i = 0 To mdlkoneksi.rs.RowCount - 1...
  2. mik21

    Bug? Running app under Linux (KDE 20.04.4 (Focal Fossa)

    I have tried to port a small application to Linux. I am using the b4j-bridge.jar and java11. When I have stared to debug app, there are following message in logs window: WARNING: package com.sun.glass.ui.win not in javafx.graphics ~e: WARNING: package com.sun.prism.d3d not in javafx.graphics...
Top