I got a strange error (already solved but understanding the reason could be useful).
If I compile my app, which uses my SuggestionsEditText library, using B4A 7.01, I get a very strange error, the app crashes with this error message:
SuggestionsEditText was compiled with B4A 6.80 and my app does not crash if compiled using this version of B4A.
Since I'm very clever
, I assumed that it would be enough to recompile the library using the latest version of B4A and in fact it works; but why that error? Obviously, ExecNonQueryBatch exists.
Also, the test project I attached along with the library (SuggestionsEditText) seems to work when compiled using both 6.80 and 7.01 (this is so strange that I have to try again!).
As I said, I don't need help, now all works, but perhaps better understanding this situation could be useful.