Search found 5 matches

by stevemcmanus
Wed Nov 18, 2015 9:16 am
Forum: Developers
Topic: Hooks for custom plugins
Replies: 8
Views: 13937

Re: Hooks for custom plugins

jsalmon wrote:Today
Should this have been in the subversion source?
by stevemcmanus
Tue Nov 03, 2015 6:35 am
Forum: Developers
Topic: Hooks for custom plugins
Replies: 8
Views: 13937

Re: Hooks for custom plugins

When is that release due out?
by stevemcmanus
Wed Oct 28, 2015 7:58 pm
Forum: Developers
Topic: Hooks for custom plugins
Replies: 8
Views: 13937

Re: Hooks for custom plugins

Hey there!

I was wondering if this information that I posted back in August, was sufficient.
by stevemcmanus
Mon Aug 17, 2015 10:18 am
Forum: Developers
Topic: Hooks for custom plugins
Replies: 8
Views: 13937

Re: Hooks for custom plugins

Sorry about that. Here is the code for the ones I need added. OpenDental.FormPatientAddAll: if(Plugins.HookMethod(this, "FormPatientAddAll.butOK_Click_beginning")) { return; } OpenDental.FormPatientAddAll: Plugins.HookAddCode(this, "FormPatientAddAll.FormPatientAddAll_Load_end"); OpenDental.FormPati...
by stevemcmanus
Thu Aug 13, 2015 8:40 am
Forum: Developers
Topic: Hooks for custom plugins
Replies: 8
Views: 13937

Hooks for custom plugins

I have written some plugins for a client, and I am in need of the following Hooks to be added. FormOpenDental.Load_end FormPatientAddAll.butOK_Click_beginning FormPatientEdit.butOk_Click_ending FormPatientEdit.FormPatientEdit_Load_ending FormPatientAddAll.FormPatientAddAll_Load_end FormOpenDental.Lo...