field

  1. TelKel81

    Android Question SetField of a Type with Reflector or JavaObject ?

    Hi, I want to use a type as an enum and I don't want to set the value of each string of that type since the fieldname IS what the string value will be. How to do it with Reflector or JavaObject ? Dim r As Reflector r.Target = BiomeType r.Target = r.RunMethod("getClass") Dim...
  2. ALBRECHT

    Android Question keyboard hidding field

    hello, Please, do have an idea for that : how to prevent keyboard to hide field when filling it ? Thanks Michel
  3. 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