micro

  1. yo3ggx

    B4J Question Asking for Microphone access permission on a Mac

    Hello, I have a B4J application packaged using MacSigner. One of the features require to use the microphone. How can I ask for microphone access permission in B4J? Thank you.
  2. K

    Android Question passing field name in function

    i make function to get value of any field :: Sub function(sqlite As SQL,book As String,accode As String,return_field) As String Return sqlite.ExecQuerySingleResult2("select '" & return_field & "' from GL where FBOOK = ? and FACCODE = ?", _ Array As...
Top