Accessing FillProgNotes() from a plugin

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

Accessing FillProgNotes() from a plugin

Post by wjstarck » Sat Mar 26, 2011 11:59 am

I want to access method FillProgNotes() on ContrChart from my plugin. I don't want to modify it in any way, just run it as is. But it's marked private.

Can this be method be made public (like FillPtInfo is), or is there another way to do it?
Cheers,

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

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

Re: Accessing FillProgNotes() from a plugin

Post by wjstarck » Sat Mar 26, 2011 5:13 pm

Oh, OK. NVM

I see that I can use ModuleSelected() to achieve what I need.
Cheers,

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

Post Reply