Search found 67 matches

by pid_user
Wed May 10, 2023 10:34 pm
Forum: Developers
Topic: Critical error in GetTableConAlreadyOpen
Replies: 1
Views: 2978

Critical error in GetTableConAlreadyOpen

Hello Team, After struggling with correct parameter count to pass in method "GetTableConAlreadyOpen" in Middle Tier Mode, now we are facing this strange issue- <?xml version="1.0" encoding="utf-16"?><DtoException xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001...
by pid_user
Thu Apr 27, 2023 1:57 am
Forum: Developers
Topic: Field not found: 'OpenDentBusiness.X12object.Segments'
Replies: 1
Views: 3233

Field not found: 'OpenDentBusiness.X12object.Segments'

Hello team, We are trying to load 271 response details same as you guys are showing in "Edit Electronic Benefit Request" page. for this we are using X12object.ToX12object(Etransmessage). but this line gives me error - Field not found- OpenDentBusiness.X12object.Segments The version we are trying on ...
by pid_user
Mon Jan 30, 2023 3:36 am
Forum: Developers
Topic: No longer allowed to send sql directly.
Replies: 1
Views: 3067

No longer allowed to send sql directly.

In the middleTier mode- 22.3 we are unable to perform crud operation over database.
when i try to use other means like using
PrefCrud.Update
or PrefCrud.Insert it throws following error-
No longer allowed to send sql directly. Rewrite the calling class to not use this query.
by pid_user
Mon Jan 30, 2023 3:32 am
Forum: Developers
Topic: Method not found with 5 parameters in OD 22.3
Replies: 3
Views: 8426

Re: Method not found with 5 parameters in OD 22.3

Thanks @jsalmon Can you also please confirm the datatype of all the params in that method. It would be really beneficial for us to pass queries. Also, when i try to perform update or insert over preference table with 7 params in connection object. it does not update any value and no error is display...
by pid_user
Fri Jan 27, 2023 4:29 am
Forum: Developers
Topic: Method not found with 5 parameters in OD 22.3
Replies: 3
Views: 8426

Method not found with 5 parameters in OD 22.3

When we are trying to fetch data for our queries in middle tier database connection mode, we are facing following error- Method not found with 5 parameters: OpenDentBusiness.DataConnectionCancelable.GetTableConAlreadyOpen. can you please confirm the data type and number(count) of parameters(params) ...
by pid_user
Thu Jan 06, 2022 2:01 am
Forum: Developers
Topic: Send Mail Via Token-The host does not support SSL connections
Replies: 4
Views: 5015

Re: Send Mail Via Token-The host does not support SSL connections

Yes, with setting UseSSL to false, still facing the same error.
by pid_user
Tue Dec 21, 2021 5:55 am
Forum: Developers
Topic: Send Mail Via Token-The host does not support SSL connections
Replies: 4
Views: 5015

Send Mail Via Token-The host does not support SSL connections

Hello Team, we are trying to send Token Based email from a separate application which reference OpenDental. and for that we are using OpenDentBusiness.EmailMessages.SendEmail method. we are facing this error- The host does not support SSL connections. While from OpenDental, we are able to send token...
by pid_user
Tue Nov 23, 2021 2:58 am
Forum: Developers
Topic: The host does not support SSL connections
Replies: 1
Views: 4727

The host does not support SSL connections

Hello Team, I need to insert data in EmailMessage table with built in method EmailMessages.Insert(object). here is the sample code- EmailMessage emailMessage = new EmailMessage(); emailMessage.PatNum = pat; emailMessage.MsgDateTime = DateTime.Now; emailMessage.SentOrReceived = EmailSentOrReceived.Se...
by pid_user
Mon Oct 04, 2021 11:43 pm
Forum: Developers
Topic: OD crashes on start
Replies: 6
Views: 7046

Re: OD crashes on start

Hi, with the latest virtualweb dll, available in OD 21.1.59, the crash issue is resolve. but when i put note in chart window, in group note, facing this error- Unhandled exception : Object reference not set to an instance of an object. System.NullReferenceException at OpenDental.FormProcGroup.FormPr...
by pid_user
Mon Oct 04, 2021 6:29 am
Forum: Developers
Topic: OD crashes on start
Replies: 6
Views: 7046

Re: OD crashes on start

Hi, Another similar error found on load of Open Dental 21.1. Unhandled exception : Method not found: 'System.String OpenDental.Thinfinity.Browser.GetComputerIpAddress()'. System.MissingMethodException at OpenDental.FormOpenDental.IsCloudUserIpAllowed() at OpenDental.FormOpenDental.LogOnOpenDentalUse...
by pid_user
Wed Sep 29, 2021 11:53 pm
Forum: Developers
Topic: OD crashes on start
Replies: 6
Views: 7046

Re: OD crashes on start

Thank you for the help. i build up my plugin with dlls version 20.5.68 and now OD is working fine.
by pid_user
Wed Sep 29, 2021 1:14 am
Forum: Developers
Topic: OD crashes on start
Replies: 6
Views: 7046

OD crashes on start

Hi, Suddenly started getting this error on my OD- 20.5.68 version. And my preference entry for ADAdescriptionsReset is 1. Error Encountered - 09/29/2021 1:40:44 PM Unhandled exception : Method not found: 'Int32 OpenDentBusiness.ProcedureCodes.ResetADAdescriptions()'. System.MissingMethodException at...
by pid_user
Wed Jun 23, 2021 11:24 pm
Forum: Main Forum
Topic: Make SendEmailUnsecure method as public
Replies: 1
Views: 8669

Make SendEmailUnsecure method as public

Would it be possible for OpenDentBusiness.EmailMessages.SendEmailUnsecureWithSig() and SendEmailUnsecure() to be changed from private to public? so that it can be accessible by third party app. In the latest OpenDental version 21.1 and 21.2 they are marked as private. private static void SendEmailUn...
by pid_user
Wed Jun 23, 2021 11:17 pm
Forum: Developers
Topic: SendEmail method is private and not accessible
Replies: 0
Views: 12909

SendEmail method is private and not accessible

Please make following methods as public so that can be accessible via third party app. public class EmailMessages { ///<summary>Throws exceptions. Attempts to physically send the message over the network wire. This is used from wherever email needs to be sent throughout the program. If a message mus...
by pid_user
Sun Feb 28, 2021 9:28 pm
Forum: Main Forum
Topic: Hook event for - ContrApptPanel Appt Main AreaRightClick
Replies: 8
Views: 8263

Re: Hook event for - ContrApptPanel Appt Main AreaRightClick

Hello,
Thank you for the quick assistance.
by pid_user
Wed Feb 24, 2021 2:45 pm
Forum: Main Forum
Topic: Hook event for - ContrApptPanel Appt Main AreaRightClick
Replies: 8
Views: 8263

Re: Hook event for - ContrApptPanel Appt Main AreaRightClick

Hello OD Team - Following-up to check if this has been added and on which version of code.
by pid_user
Sun Feb 21, 2021 11:19 pm
Forum: Main Forum
Topic: Hook event for - ContrApptPanel Appt Main AreaRightClick
Replies: 8
Views: 8263

Re: Hook event for - ContrApptPanel Appt Main AreaRightClick

Hi, Following is the code snippet to have the hook method . private void ContrApptPanel_ApptMainAreaRightClicked(object sender, UI.ApptMainClickEventArgs e){ ToolStripItem menuEdit=menuBlockout.Items.Find(MenuItemNames.EditBlockout,false)[0]; ToolStripItem menuCut=menuBlockout.Items.Find(MenuItemNam...
by pid_user
Thu Feb 18, 2021 11:19 pm
Forum: Main Forum
Topic: Hook event for - ContrApptPanel Appt Main AreaRightClick
Replies: 8
Views: 8263

Hook event for - ContrApptPanel Appt Main AreaRightClick

Hello, I would like to have access to menuBlockout control that is present on RightClick of ContrApptPanel Appointment main area and which is initialized in ContrApptPanel_ApptMainAreaRightClicked event of class "ControlAppt". Hence i want to have a hook event for ContrApptPanel_ApptMainAreaRightCli...
by pid_user
Tue Dec 08, 2020 5:05 pm
Forum: Developers
Topic: Writing to the db is discouraged, but the API is very barebones, what do I do?
Replies: 15
Views: 20003

Re: Writing to the db is discouraged, but the API is very barebones, what do I do?

Since our problem is engineer time, ...... An angry customer is no fun for anyone. Agreed and May be 3rd Parties can work in collaboration with OD with open communication and keep the innovation going from both sides. Few ideas to make things better for OD and 3rd Party software guys who are invest...
by pid_user
Fri May 29, 2020 8:07 am
Forum: Developers
Topic: Hook event for - FormClaimPayEdit Load_end
Replies: 8
Views: 9113

Re: Hook event for - FormClaimPayEdit Load_end

Please create a hook event for FormClaimPayEdit on it's load end.
For which i need a below parameter to be passed -
ClaimPaymentCur

Ultimately my hookevent should look something like this :
Plugins.HookAddCode(this,"FormClaimPayEdit.Load_end",ClaimPaymentCur);
by pid_user
Wed May 27, 2020 10:04 pm
Forum: Developers
Topic: Hook event for - FormClaimPayEdit Load_end
Replies: 8
Views: 9113

Re: Hook event for - FormClaimPayEdit Load_end

It would be great if i get PatNum along with ClaimPaymentCur as parameters.
by pid_user
Wed May 27, 2020 1:00 am
Forum: Developers
Topic: Hook event for - FormClaimPayEdit Load_end
Replies: 8
Views: 9113

Re: Hook event for - FormClaimPayEdit Load_end

Yes,

I require ClaimPaymentCur and PatNum as parameter of the hook event. Please pass that also.

Thanks
by pid_user
Fri May 22, 2020 7:14 am
Forum: Developers
Topic: Hook event for - FormClaimPayEdit Load_end
Replies: 8
Views: 9113

Hook event for - FormClaimPayEdit Load_end

Hi, I would like to have access to the form FormClaimPayEdit. So, i request to create a hook event having this form's object and for that a load_end event can work, which would be similar to the access to FormPayment's load event, which is: HookAddCode : "FormPayment.Load_end" Looking forward to you...
by pid_user
Mon Jan 07, 2019 10:07 pm
Forum: Main Forum
Topic: Automation Event Trigger
Replies: 10
Views: 10670

Re: Automation Event Trigger

Also, with which version of OD you are integrating the hook method?
by pid_user
Mon Jan 07, 2019 8:58 pm
Forum: Main Forum
Topic: Automation Event Trigger
Replies: 10
Views: 10670

Re: Automation Event Trigger

Thanks , If you can pass triggertype in parameteres.
And yes i am getting zero AptNum in scheduled and complete procedcure event.
by pid_user
Mon Jan 07, 2019 12:05 am
Forum: Main Forum
Topic: Automation Event Trigger
Replies: 10
Views: 10670

Re: Automation Event Trigger

I am overriding only the CreateCommlog action. Following two are the main problems we are facing - * On CreateCommlog event trigger ,which event is triggered(newPatNewAppt/scheduled appt/completed appt) is not known. * Also, the parameters received such as patnum, aptnum etc on event trigger, AptNum...
by pid_user
Mon Dec 17, 2018 4:40 am
Forum: Main Forum
Topic: Automation Event Trigger
Replies: 10
Views: 10670

Automation Event Trigger

We are not able to override hook "AutomationL.Trigger_CreateCommlog_start" event for automating our code by new patient's new appt creation(CreateApptNewPat). Please help us to achieve this.
Thank you.
by pid_user
Thu Nov 22, 2018 11:16 pm
Forum: Main Forum
Topic: Getting error while fetching data by query from middletier
Replies: 2
Views: 4750

Getting error while fetching data by query from middletier

Hi, We are currently investigating the use of OpenDental for our plugin PatientXpress. I setup the MiddleTier on our server and get the following error when connecting the client through the MiddleTier after the interface is fully loaded. When we try to fetch data with the help of `Meth.GetTableLow(...
by pid_user
Sat Aug 18, 2018 9:25 am
Forum: Main Forum
Topic: Patient appointment QR code
Replies: 3
Views: 15645

Re: Patient appointment QR code

So I do not have the programming skill to make this happen, but I know all the parts exist and it could be done. My idea is that you could click on an appointment and your plugin would be able to create a QR code for that appointment which you could display on a kiosk for the patient or be able to ...
by pid_user
Sun Jul 22, 2018 9:10 pm
Forum: Main Forum
Topic: can't connect to mysql host after windows update
Replies: 19
Views: 39350

Re: can't connect to mysql host after windows update

stjames70 wrote: Instead of using all capital letters for the server name, we switched to all lower case and voila, it connected to the server.
thanks for sharing. It helped me too.
by pid_user
Thu Jul 12, 2018 10:46 am
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

Re: override context menu and add new menuItem

cmcgehee wrote:I just now committed the change to the hook. It will be available in 18.1.35.0. Sorry about giving you faulty advice before.

Thank You!
by pid_user
Wed Jul 11, 2018 11:42 am
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

Re: override context menu and add new menuItem

OD Team,

Any updates on this.

Thanks,
Ashok
by pid_user
Tue Jul 10, 2018 2:24 pm
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

Re: override context menu and add new menuItem

"Technically menuApt gets dynamically associated to the ContrApptSheet2 control in a line after the hook method
"

Thanks Jason for clarification.
Chris can simply pass the control into the hook method
This will be wonderful.

Thanks guys and please do update which version its gets ported back.
by pid_user
Tue Jul 10, 2018 8:01 am
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

Re: override context menu and add new menuItem

Can you share the snippet of code where you're trying to find the menuApt object via Controls.Find? Maybe I can spot why it's not working. ContextMenu menuApt=(ContextMenu)contrAppt.Controls.Find("menuApt",true)[0]; I also tried to loop thru recursively into Controls collection still was not able t...
by pid_user
Sat Jul 07, 2018 10:07 pm
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

Re: override context menu and add new menuItem

Ashok, I have added this hook for you. I gave it the name "ContrAppt.MouseDownAppointment_menuApt_right_click" because this section of code has changed since when I originally suggested this hook. You shouldn't need menuApt to be public. You can access it like this: OpenDental.ContrAppt contrAppt=(...
by pid_user
Mon Jun 25, 2018 10:03 am
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

Re: override context menu and add new menuItem

Please do help add - Plugins.HookAddCode(this,"ContrApptSheet2_MouseDown_menuApt_right_click"); . Believe will also need menuApt object to be public to access it. Another option is that we could add a hookaddcode for you right before the menuApt is show: //Texting menuApt.MenuItems.Add("-"); menuApt...
by pid_user
Fri Dec 08, 2017 10:29 am
Forum: Main Forum
Topic: need the ability to email, not mail, end of the year benefit
Replies: 3
Views: 7086

Re: need the ability to email, not mail, end of the year ben

Another alternative - Use a plugin from http://www.hrdsq.com. They provide real time insurance verification also - so one can have more updated and accurate info before sending. It helped us mine more than above 100K remaining on charts with our patients, based on this we changed our recall strategy...
by pid_user
Sat Oct 14, 2017 8:01 pm
Forum: Main Forum
Topic: Electronic benefit verification
Replies: 5
Views: 14239

Re: Electronic benefit verification

Hello, I am thinking to subscribe to the e-benefit verification service. Any clear winners between those suggested in manual? I currently use Tesia for claim processing and was wondering if any of the recommended services have both e-claims and e-verification at comparable rates? I pay Tesia 40 a m...
by pid_user
Sat Aug 05, 2017 10:44 pm
Forum: Main Forum
Topic: Free Text Messaging in OD by using Google Voice
Replies: 42
Views: 82410

Re: Free Text Messaging in OD by using Google Voice

Will love to see the demo. Please see if you can help record video and share. 1) How you automate/customize the bulk messages for Appt reminder/birthday/recall/un-complete TX follow-up/Other custom greeting like Happy Hanuka\Cinco De Mayo 2) How does it auto confirm those Appt when Pt reply back so ...
by pid_user
Sat Aug 05, 2017 11:41 am
Forum: Main Forum
Topic: Open Dental Cloud....
Replies: 20
Views: 37752

Re: Open Dental Cloud....

I did this 4 years ago for 3 dental offices one in Lake Havasu City AZ called JustForKids and two others in Bullhead city NV and Kingman AZ and they love it. Its been trouble free for them and they no longer deal with technology it just works everywhere. So now they can allow their accountant in re...
by pid_user
Sat Aug 05, 2017 11:38 am
Forum: Main Forum
Topic: Free Text Messaging in OD by using Google Voice
Replies: 42
Views: 82410

Re: Free Text Messaging in OD by using Google Voice

May be its there hidden in too much content. Is this GV texting, integrated with OD. When I say integrated, all the message are part of Pt charts and CommLog with other notes and communication with Pt. Does it do automation of sending reminders and auto confirm appts like many other plugins are able...
by pid_user
Fri Aug 04, 2017 8:18 pm
Forum: Main Forum
Topic: Recall for 4BW and Prophy
Replies: 2
Views: 6886

Re: Recall for 4BW and Prophy

We use a plugin from HRDSQ, which gives us quick recall info about Pt along with their summary via one click. It is one of the daily task of our back office to check this info on every Pt sched for the day. Also get this info daily via custom report from them. They have few more smart tools, do chec...
by pid_user
Mon May 29, 2017 10:17 pm
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

Re: override context menu and add new menuItem

I am unable to find control for 'menuApt' only using the object "Sender" and I want add new new menu item in existing and don't want to wiped out existing menuItem. Please help me with this.

Thanks,
Ashok Patel
by pid_user
Tue May 23, 2017 6:08 am
Forum: Main Forum
Topic: override context menu and add new menuItem
Replies: 15
Views: 27620

override context menu and add new menuItem

if(Plugins.HookMethod(this,"ContrApptSheet2_MouseDown_start",ContrApptSingle.ClickedAptNum,e)) { return; } with this hookmethod i want to add new menuitem in menuApt contextmenu on RightClick of ContrApptSheet2.I was unable to ovveride contextMenu and add new one item in existing menuApt contextMenu...
by pid_user
Sun Apr 23, 2017 9:33 am
Forum: Main Forum
Topic: VOIP or Landline - SMART CALLER ID - $120 one time only
Replies: 2
Views: 22333

Re: SMART CALLER ID - place CALLS from OD & Landline

SMART CALLER ID - place CALLS from OD & Landline http://opendentalsoft.com/forum/viewtopic.php?f=1&t=6344 ============================================================= SMART CALLER ID Know who is calling 1- Smart CallerID - know who is calling before you pick up the phone 2- Call Log - track all in...
by pid_user
Tue Nov 29, 2016 8:12 pm
Forum: Main Forum
Topic: SMART CALLER ID - place CALLS from OD & Landline
Replies: 11
Views: 25786

Re: SMART CALLER ID - place CALLS from OD & Landline

Hello rhaber123, Kind of lost with your reply to my question. Concept of quick key patient info with a ring has been very useful for our small office. With info at hand, I have seen staff making better decisions which has resulted in extra revenue for us. I am looking for a better technology which c...
by pid_user
Tue Nov 29, 2016 4:35 pm
Forum: Main Forum
Topic: SMART CALLER ID - place CALLS from OD & Landline
Replies: 11
Views: 25786

Re: SMART CALLER ID - place CALLS from OD & Landline

This is really interesting. I just picked up a pair of Way2call modems on e-bay and am playing around with callclerk and OD. I'm wondering how we could hook into OD to pull up a patient's account info at the same time the phone rang? Please do let me know if it can do something like this, quick key...
by pid_user
Sat Oct 22, 2016 10:17 am
Forum: Main Forum
Topic: Integrated patient communication system
Replies: 5
Views: 11126

Re: Integrated patient communication system

drmonty wrote:Did you try any other system before ConvergedComm??
Looked at Weave...they were asking us to port number, service, buy instruments. It was opposite with ConvergedComm, install was done in 15 min. Staff loves quick patient summary with a ring.
by pid_user
Thu Oct 20, 2016 11:53 pm
Forum: Main Forum
Topic: Integrated patient communication system
Replies: 5
Views: 11126

Re: Integrated patient communication system

Am testing this new communications tool for Open Dental called ConvergedComm that integrates with OD database and provides the front desk with call waiting/patient info/appointments/insurance popup window when a phone call comes into the office. Nice way to greet the patient and have the pertinent ...
by pid_user
Thu Oct 20, 2016 11:31 pm
Forum: Main Forum
Topic: Open Dental Cloud....
Replies: 20
Views: 37752

Re: Open Dental Cloud....

nanfad wrote:Stay tuned for Amazon RDS directions and the dropbox integration.
Please do share your findings.
We had started with RDS...but had to move things locally because of latency. Now that RDS is being used as realtime backup.
by pid_user
Mon Jul 18, 2016 12:26 am
Forum: Developers
Topic: Regarding PatientSelectedEventHandler & ProcessCommandLine
Replies: 1
Views: 4863

Regarding PatientSelectedEventHandler & ProcessCommandLine

Hi, We make plugin for open dental software. My query regarding your latest version of open dental 16.2.x Beta release ,In beta version found two major changes - 1. "PatientSelectedEventHandler" event is commented in source code. 2. "ProcessCommandLine" method is private(Previous version ProcessComm...
by pid_user
Wed Jun 22, 2016 12:59 am
Forum: Developers
Topic: HookAddCode Request
Replies: 2
Views: 6242

Re: HookAddCode Request

Thank you!
by pid_user
Wed Jun 22, 2016 12:52 am
Forum: Main Forum
Topic: WANTED: Beta testers for Secure Referral Sending plug-in
Replies: 4
Views: 10943

Re: WANTED: Beta testers for Secure Referral Sending plug-in

Sure, will like to try it out.
by pid_user
Wed Jun 22, 2016 12:47 am
Forum: Main Forum
Topic: Bridge to softphones?
Replies: 8
Views: 17589

Re: Bridge to softphones?

We use plugin from HRDSQ to dial from OD. Believe its still in beta.
Right Click phone # on Patients chart and it dials out. No need to key in phone# any more.
At the end of day, I can see full call logs, how many inbound/outbound calls and to whom.
by pid_user
Tue May 03, 2016 10:47 am
Forum: Developers
Topic: HookAddCode Request
Replies: 2
Views: 6242

HookAddCode Request

Please help add HookAddCode on FormSheetFillEdit at the end of method FormSheetFillEdit_Load.

Plugins.HookAddCode(this, "FormSheetFillEdit_Load_End");

Thank you!
by pid_user
Tue May 03, 2016 10:41 am
Forum: Main Forum
Topic: Web version
Replies: 23
Views: 37564

Re: Web version

Hello OpenDental team,

Please share your plans regarding plugins, when you move to web version. How will existing plugins will be supported?

Thank you!
PID
by pid_user
Tue Feb 16, 2016 11:53 am
Forum: Developers
Topic: HookAddCode Request
Replies: 6
Views: 14346

Re: HookAddCode Request

[quote="adearmondsattler"]This has been added to 15.4.31.

I changed a few names to better follow our patterns.

[quote]

THANK YOU!
by pid_user
Mon Feb 15, 2016 9:45 pm
Forum: Developers
Topic: HookAddCode Request
Replies: 6
Views: 14346

HookMethod Request

Please do help add HookMethod in FormSmsTextMessaging in butReply_Click method try { if (Plugins.HookMethod(this, "FormTxtMsgEdit.SendText_Start2", patNum, mobileNumber, textReply.Text, YN.Yes)) { goto customsmscall; } SmsToMobiles.SendSmsSingle(patNum,mobileNumber,textReply.Text,clinicNum); } catch...
by pid_user
Mon Jan 18, 2016 5:49 pm
Forum: Developers
Topic: HookAddCode Request
Replies: 6
Views: 14346

Re: HookAddCode Request

jsalmon wrote:Hook added and will be released with v15.4.21
THANK YOU!
by pid_user
Mon Jan 18, 2016 2:08 am
Forum: Developers
Topic: HookAddCode Request
Replies: 6
Views: 14346

HookAddCode Request

Please do help add HookAddCode as shown below on FormSmsTextMessaging at the end of FormSmsTextMessaging_Load private void FormSmsTextMessaging_Load(object sender,EventArgs e) { gridMessages.ContextMenu=contextMenuMessages; if(!PrefC.GetBool(PrefName.EasyNoClinics)) {//Using clinics labelClinic.Visi...
by pid_user
Wed Sep 02, 2015 10:16 pm
Forum: Main Forum
Topic: Windows 10
Replies: 15
Views: 20104

Re: Windows 10

I have not heard of this issue yet here at OpenDental. If you go to File->Graphics in OD, does it say you are using DirectX, Simple Tooth Chart or OpenGL?. If you call in to OpenDental our staff can help you troubleshoot. Thanks for your reply. DirectX got disabled with Windows 10 upgrade. Reinstal...
by pid_user
Sat Aug 29, 2015 7:52 am
Forum: Main Forum
Topic: Windows 10
Replies: 15
Views: 20104

Re: Windows 10

Folks,

Has anyone faced color issues on Graphical Tooth Chart in Windows10?
In my case, it has become grayscale and very annoying to use.

Please do share your experience and if anyone has fixed the issue, please do share.

Thanks,
PID
by pid_user
Tue Aug 04, 2015 12:24 pm
Forum: Main Forum
Topic: Who has this patient referred?
Replies: 9
Views: 13723

Re: Who has this patient referred?

Is there a way to find out who a particular patient has referred to my practice? I see that by double clicking on the Referral row in the Family module who referred THIS patient to us, and who we have referred her OUT to. But, I want to find out who SHE has referred TO US. Is there a way to do this...
by pid_user
Mon Aug 03, 2015 9:55 pm
Forum: Main Forum
Topic: text reminders
Replies: 15
Views: 21110

Re: text reminders

http://opendental.com/manual/version15_3.html In version 15.3 we have released a texting feature that is integrated into OpenDental itself. It might be something you are interested in if you don't want to go looking for a third-party solution. Please share the pricing of this new feature in OpenDen...
by pid_user
Tue Jul 07, 2015 2:00 pm
Forum: Main Forum
Topic: More fields for Contact form in OD
Replies: 2
Views: 4574

Re: More fields for Contact form in OD

Welcome to the forum, We absolutely can. However, there are many more feature requests that users seem to want more so please help promote feature request #1818 (Contacts list show more fields...) by adding comments, votes, and pledges towards it. http://www.opendental.com/manual/featurerequests.ht...
by pid_user
Wed Jul 01, 2015 12:03 pm
Forum: Main Forum
Topic: More fields for Contact form in OD
Replies: 2
Views: 4574

More fields for Contact form in OD

Hi OD Team,

Hope you are doing well!

Wanted to know if you can add few more fields to Contact Form. Like Cell#, email, Website.

Thanks,
OD User.