Does it happen in both debug and release modes?
If you can send me the complete project then I'll check it here.
I have been testing with debug and release modes, and it doesn't work.
I managed to get it to work TEMPORARILY (but when I close the project in IDLE and reload it, it doesn't work anymore).
1. I load the project in the B4A editor.
2. I delete all modules from the project (leaving only MAIN).
3. I delete the code inside the main content (leaving only ... Sub Process_Globals and ... Sub Globals).
4. I compile the project ... only with the project libraries, and it compiles OK.
5. I restore the main code in the same B4A editor that I have open.
6. I add all the modules with the "add existing modules" option -> (copy to project folder).
7. I compile, and it
works perfectly.
Could it be caused by the long path of the folder where the project is located? ... D:\Users\jc\_TRABAJOS\facturaone\xxxxxxxxxxxxxxxxx
I tried using a shorter path D:\facturaone and repeated the processes. It works once, but when I close the editor and reload it, it doesn't work anymore.