Hook update request

This forum is for programmers who have questions about the source code.
Post Reply
alkhaef
Posts: 105
Joined: Fri Jul 02, 2010 10:37 am
Location: Los Angeles, CA

Hook update request

Post by alkhaef » Wed Sep 21, 2011 5:29 pm

Hello again OD Developers!

On the following hook:

Plugins.HookAddCode(this,"ContrAppt.ShowSearch_end",listProviders);

Could we please add the following to the end of the list:

PIn.Long(pinBoard.SelectedAppt.DataRoww["AptNum"].ToString())

So that it reads:

Plugins.HookAddCode(this,"ContrAppt.ShowSearch_end",listProviders,PIn.Long(pinBoard.SelectedAppt.DataRoww["AptNum"].ToString()));

Thanks again in advance,
Al
Al
Help! I've OD'ed on OD! :)

User avatar
jordansparks
Site Admin
Posts: 5770
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Hook update request

Post by jordansparks » Wed Sep 21, 2011 6:57 pm

It depends. Are you the one who originally requested that hook? As long as we are fairly confident that we won't break it for someone else, it's probably ok.
Jordan Sparks, DMD
http://www.opendental.com

alkhaef
Posts: 105
Joined: Fri Jul 02, 2010 10:37 am
Location: Los Angeles, CA

Re: Hook update request

Post by alkhaef » Thu Sep 22, 2011 6:40 am

Prudent decision :).

Yes. I'm the one that originally requested it, so it should only break my code :).

Thanks,
Al
Al
Help! I've OD'ed on OD! :)

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

Re: Hook update request

Post by michael » Tue Sep 27, 2011 6:40 am

The hook has been modified and will be released with 11.0.30(beta).

alkhaef
Posts: 105
Joined: Fri Jul 02, 2010 10:37 am
Location: Los Angeles, CA

Re: Hook update request

Post by alkhaef » Wed Sep 28, 2011 9:48 am

Thanks!

I've gotta pull the v11 source then I'll give it a shot :).

Best regards,
Al
Al
Help! I've OD'ed on OD! :)

Post Reply