PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM23] Repetitive exception in our application
[WM23] Repetitive exception in our application
Iniciado por pacomaral, mar., 05 2020 10:26 AM - Sem resposta
Publicado em março, 05 2020 - 10:26 AM
Hello.

We have been receiving this error for a long time, and we can't find out what's the cause of it. We can't even reproduce it.


Bad call parameters for 'Declaring the global variables of MyWindow' code: 1 parameters were expected while 0 parameters have been passed.


In the code, we don't open that window anywhere without parameters, so that can't be the problem.Also, it is strange because the stack shows the lines of our code that are the inicialization of project, but that Window is not the first one.


The only thing I can suppose, is that the application is auto-restarting for some reason and trying to open that window without passing any parameters.


Why could this be happening? Someone faced this error before?