Hi, I have this problem:
I have a lot of classes that have common methods. One common method is called "getDBPrefix"
I called this in a module that I call in a other module
At nested module i pass the istance of object and I call Callsub(object, "GetDBPrefix") but return the following error
What Am I wrong?
Error occurred on line: 194 (CLDB)
java.lang.NullPointerException
at anywheresoftware.b4a.B4AClass$ImplB4AClass.getActivityBA(B4AClass.java:20)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
Thanks for your help
I have a lot of classes that have common methods. One common method is called "getDBPrefix"
I called this in a module that I call in a other module
At nested module i pass the istance of object and I call Callsub(object, "GetDBPrefix") but return the following error
What Am I wrong?
Error occurred on line: 194 (CLDB)
java.lang.NullPointerException
at anywheresoftware.b4a.B4AClass$ImplB4AClass.getActivityBA(B4AClass.java:20)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
Thanks for your help