Search found 7 matches

by SPHCDave
Mon Sep 16, 2019 7:28 am
Forum: Main Forum
Topic: Next official release
Replies: 1
Views: 3061

Next official release

Can you tell me when the next non-beta release of Open Dental will be made? (estimated date)
And what version will be released? (19.3.0 ?)

Thanks,
Dave
by SPHCDave
Fri Sep 13, 2019 6:47 am
Forum: Developers
Topic: New Hooks
Replies: 5
Views: 7981

Re: New Hooks

Patrick,

Do you know when the next non-beta release with these hooks will be made?
What version will that be?

Thanks,
Dave
by SPHCDave
Mon Sep 09, 2019 8:56 am
Forum: Developers
Topic: New Hooks
Replies: 5
Views: 7981

Re: New Hooks

Hi Patrick,

Hook 1 should be fine like you have it. I just need to know when the Payment button is selected so I don't need any fields passed with it.

Hook 2 is good also.

Thank you,
Dave
by SPHCDave
Thu Sep 05, 2019 6:38 am
Forum: Developers
Topic: New Hooks
Replies: 5
Views: 7981

New Hooks

Hi, I need to have 2 new hooks added. 1) In the ContrAccount.cs - The new hook is in the ToolBarMain_ButtonClick method. It needs to be inserted right after the "Payment" case statement. private void ToolBarMain_ButtonClick(object sender, OpenDental.UI.ODToolBarButtonClickEventArgs e) { if(e.Button....
by SPHCDave
Wed Aug 21, 2019 4:56 pm
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5382

Re: Hook Request

Thanks Patrick.
Can we go ahead with number 1 only right now?

I found a possible change that I need to make for the other hook and I want to test reflection.
I'll resubmit the other hook when I'm all set.

Thanks,
Dave
by SPHCDave
Wed Aug 21, 2019 11:11 am
Forum: Developers
Topic: Hook Request
Replies: 3
Views: 5382

Hook Request

Hi, I need to have 3 modifications made to version 18.0 and newer. I need to add 2 Hooks. 1) The first hook is in the method listPayType_Click private void listPayType_Click(object sender,EventArgs e) { *********************** begin new hook ************************************** if (Plugins.HookMet...
by SPHCDave
Thu Aug 01, 2019 1:30 pm
Forum: Developers
Topic: Implementation Question
Replies: 1
Views: 4357

Implementation Question

I am working to add some hooks for payment functionality and insurance eligibility for my customers. I do not want to fork the code so I want to use hooks to call our own plugins. Once we determine the changes and where they will be placed, are we responsible for recompiling the modifications and de...