Hook request - ControlAppt.RefreshModuleScreenPeriod()

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
wjstarck
Posts: 935
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Hook request - ControlAppt.RefreshModuleScreenPeriod()

Post by wjstarck » Sat Jul 17, 2021 12:09 pm

Hello -

Could I have the following hook at the bottom of ControlAppt.RefreshModuleScreenPeriod()?

Code: Select all

			FillWaitingRoom();
			contrApptPanel.RedrawAsNeeded();
			Plugins.HookAddCode(this, "RefreshModuleScreenPeriod_end"); <-----------------------
		}
Right now that's after line 3440

Thanks.
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

joes
Posts: 239
Joined: Tue Aug 13, 2019 12:41 pm

Re: Hook request - ControlAppt.RefreshModuleScreenPeriod()

Post by joes » Mon Jul 19, 2021 9:16 am

Hello Dr. Starck,
The hook will be available in 21.2.20 which should release on 07/20/2021. The name was modified to include the class name.

Code: Select all

Plugins.HookAddCode(this,"ControlAppt.RefreshModuleScreenPeriod_end");
Joe Sullivan
Open Dental Software
http://www.opendental.com

User avatar
wjstarck
Posts: 935
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Re: Hook request - ControlAppt.RefreshModuleScreenPeriod()

Post by wjstarck » Mon Jul 19, 2021 10:03 am

Thanks Joe
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

Post Reply