Hello!
How disable automatic functions running on app like Dc_Dot(), Dc_ErrorGui() and others..?
Thanks..
best Regards
Pedro
Disable Dc_Dot()
-
- Posts: 36
- Joined: Thu Jan 28, 2010 2:30 pm
Re: Disable Dc_Dot()
Leon.
Thanks for feedBack.
1 - I found DC_DotHotKey(0). Its Works!, but is this correct!?
2 - To disable the express++ runtime error messages I call my personal errorSsys() function after the firt dcread gui and
it works!, but exist a way to disable the express runtime errors window!?
Thanks
Pedro
Thanks for feedBack.
1 - I found DC_DotHotKey(0). Its Works!, but is this correct!?
2 - To disable the express++ runtime error messages I call my personal errorSsys() function after the firt dcread gui and
it works!, but exist a way to disable the express runtime errors window!?
Thanks
Pedro
Pedro Alexandre
Re: Disable Dc_Dot()
DC_Dot() hotkey is disabled by DC_DotHotKey(0).
Apparently you are using a function from the DCLIP1.DLL.
This contains an INIT PROCEDURE in _DCINIT.PRG that loads the eXpress++ error handler.
If you want to load your own error handler, you need to do it with ErrorBlock() in your Main() function.
Apparently you are using a function from the DCLIP1.DLL.
This contains an INIT PROCEDURE in _DCINIT.PRG that loads the eXpress++ error handler.
If you want to load your own error handler, you need to do it with ErrorBlock() in your Main() function.
The eXpress train is coming - and it has more cars.