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
Search found 7 matches
- Mon Sep 16, 2019 7:28 am
- Forum: Main Forum
- Topic: Next official release
- Replies: 1
- Views: 4373
- Fri Sep 13, 2019 6:47 am
- Forum: Developers
- Topic: New Hooks
- Replies: 5
- Views: 11970
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
Do you know when the next non-beta release with these hooks will be made?
What version will that be?
Thanks,
Dave
- Mon Sep 09, 2019 8:56 am
- Forum: Developers
- Topic: New Hooks
- Replies: 5
- Views: 11970
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
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
- Thu Sep 05, 2019 6:38 am
- Forum: Developers
- Topic: New Hooks
- Replies: 5
- Views: 11970
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....
- Wed Aug 21, 2019 4:56 pm
- Forum: Developers
- Topic: Hook Request
- Replies: 3
- Views: 7734
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
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
- Wed Aug 21, 2019 11:11 am
- Forum: Developers
- Topic: Hook Request
- Replies: 3
- Views: 7734
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...
- Thu Aug 01, 2019 1:30 pm
- Forum: Developers
- Topic: Implementation Question
- Replies: 1
- Views: 6469
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...