Antonio,
This was my original QuitApp() code
By removing:
I no longer get the error.
Any idea why the above would cause the error ??
Thans
Jeff
This was my original QuitApp() code
function quitapp()
dbcloseall()
freelibrary( hBorland )
set resources to
clear memory
ResAllFree()
if ! empty( oMainWnd )
oMainWnd:end()
endif
Syswait(.01)
quit
return .f.By removing:
if ! empty( oMainWnd )
oMainWnd:end()
endifI no longer get the error.
Any idea why the above would cause the error ??
Thans
Jeff
Thanks,
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)