Hook Request

This forum is for programmers who have questions about the source code.
Post Reply
coolprep25
Posts: 6
Joined: Fri Nov 19, 2010 10:01 am

Hook Request

Post by coolprep25 » Fri Aug 25, 2017 1:28 pm

Class: ContrTreat.cs
Method: private void ToolBarMain_ButtonClick(object sender, OpenDental.UI.ODToolBarButtonClickEventArgs e)

Please add Hook at the end of the above method, and pass in 'e' (ODToolBarButtonClickEventArgs) and PatCur as parameters.

Thanks!

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Hook Request

Post by cmcgehee » Mon Aug 28, 2017 8:49 am

That hook will be added shortly.
Chris McGehee
Open Dental Software
http://www.opendental.com

coolprep25
Posts: 6
Joined: Fri Nov 19, 2010 10:01 am

Re: Hook Request

Post by coolprep25 » Mon Aug 28, 2017 3:27 pm

I also need same hook in the 'ContrAccount' class...Thanks!

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Hook Request

Post by cmcgehee » Wed Aug 30, 2017 9:04 am

These hooks have been added and backported to 17.2.14.

Happy coding!
Chris McGehee
Open Dental Software
http://www.opendental.com

Post Reply