Disable Dc_Dot()

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
PedroAlex
Posts: 231
Joined: Tue Feb 09, 2010 3:06 am

Disable Dc_Dot()

#1 Post by PedroAlex »

Hello!

How disable automatic functions running on app like Dc_Dot(), Dc_ErrorGui() and others..?

Thanks..
best Regards
Pedro
Pedro Alexandre

Leon Berger
Posts: 36
Joined: Thu Jan 28, 2010 2:30 pm

Re: Disable Dc_Dot()

#2 Post by Leon Berger »

DCHOTKEY xbeK_ALT_D ACTION {||DC_Dot(.f.)}
Best regards
Leon

User avatar
PedroAlex
Posts: 231
Joined: Tue Feb 09, 2010 3:06 am

Re: Disable Dc_Dot()

#3 Post by PedroAlex »

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
Pedro Alexandre

User avatar
rdonnay
Site Admin
Posts: 4733
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Disable Dc_Dot()

#4 Post by rdonnay »

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.
The eXpress train is coming - and it has more cars.

User avatar
PedroAlex
Posts: 231
Joined: Tue Feb 09, 2010 3:06 am

Re: Disable Dc_Dot()

#5 Post by PedroAlex »

Ok. Roger.

Thanks for the explanations..

Pedro
Pedro Alexandre

Post Reply