Another Hook needed

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Another Hook needed

Post by drtech » Mon Mar 18, 2013 7:26 pm

Please Add:

Plugins.HookAddCode(this, "FormModuleSetup_End");

to FormModuleSetup.cs, line 1551

Thanks
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

michael
Posts: 38
Joined: Wed Aug 04, 2010 8:49 am

Re: Another Hook needed

Post by michael » Wed Mar 20, 2013 9:30 am

Hook was added as

Code: Select all

Plugins.HookAddCode(this,"FormModuleSetup_Load_end");
and will be released with version 13.1.16.

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Another Hook needed

Post by drtech » Wed Mar 20, 2013 7:23 pm

thank you
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

Post Reply