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 »

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 »

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 »

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 »

These hooks have been added and backported to 17.2.14.

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