Ao sair da aplicação deu o seguite erro:
Fix GPFStack()!
Porqué?
Ao sair da aplicação deu o seguite erro:
Fix GPFStack()!
Porqué?
How are you exiting from the application ?
Please show your code, thanks
FUNCTION fecha_APP()
*--------------------------
DbCloseAll()
close databases
oWnd_2:end()
quit
Return nil
You should not call QUIT directly.
Just end you main application window:
oWndMain:End()
This way you let FWPPC remove all the GUI components used in your application.