Hi Arcadio
I have also those errors since many years.. Thierry will said to you what about it exactly.. I have tried with success, to limit for 4 running servers application's , instead of 8 servers application's.That reduce to less than 5 errors for 35 000 http requets!
Best regards Gilles
Hi Arcadio,
Error occurs when situacao.scx.button_padrao3.click() starts another form (not specified) using .wForm().
In production, FoxInCloud executes DO FORM (m.tcForm) NAME loResult LINKED NOSHOW within a try…catch and, for some reason, doesn't catch an exception.
Like always, to understand what happens, you need to reproduce this situation in development and DEBUG mode (do atPJcompileDebugMode with .T.): execution will stop on error and you'll be able to debug.
To know and reproduce the sequence of user action before the error occurs, you can review using:
- online:
…/wc.wc?FoxInCloud~wFrmLogError - offline: download
wwRequestLog.*into the app's dev dir (replace the dev. log) anddo xxx.error.prg

