Fix GPFStack()

Post Reply
rasptty
Posts: 88
Joined: Sun May 25, 2008 5:46 pm

Fix GPFStack()

Post by rasptty »

Ao sair da aplicação deu o seguite erro:

Fix GPFStack()!
Porqué?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

How are you exiting from the application ?

Please show your code, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
rasptty
Posts: 88
Joined: Sun May 25, 2008 5:46 pm

Post by rasptty »

FUNCTION fecha_APP()
*--------------------------
DbCloseAll()
close databases
oWnd_2:end()
quit

Return nil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply