I want to edit the name or text coming in the top left position ie title bar. When i make the change in the form opendental form in properties window the new name reflects for a while but when it connect to the database it return to the previous one.
Plz help me how can i edit it?
Thanks
Renaming formopendental
Re: Renaming formopendental
PatientL.GetMainTitle()
Note that it already has a conveniently placed hook:
Note that it already has a conveniently placed hook:

Code: Select all
Plugins.HookAddCode(null,"PatientL.GetMainTitle_beginning",parameters);
The best thing about a boolean is even if you are wrong, you are only off by a bit.
Jason Salmon
Open Dental Software
http://www.opendental.com
Jason Salmon
Open Dental Software
http://www.opendental.com
-
- Posts: 39
- Joined: Mon Jun 16, 2014 7:33 am
Re: Renaming formopendental
Thanks Jsalmon
It is on the same form .?
It is on the same form .?
Re: Renaming formopendental
No, it's located in OpenDental > Data Interface > PatientL.csujjwal singh wrote:It is on the same form .?
This is because you can change the current patient selected from all over the program and we need to update the main title of the application with that patient's information. This class was just a nice central location to get that done.
The best thing about a boolean is even if you are wrong, you are only off by a bit.
Jason Salmon
Open Dental Software
http://www.opendental.com
Jason Salmon
Open Dental Software
http://www.opendental.com
-
- Posts: 39
- Joined: Mon Jun 16, 2014 7:33 am
Re: Renaming formopendental
Hello,
How can i change the program name of opendental. Under the folder bin if i make the name change from opendental.exe to other the program doesnt run?
Thanks & Regards
Ujjwal SIngh
How can i change the program name of opendental. Under the folder bin if i make the name change from opendental.exe to other the program doesnt run?
Thanks & Regards
Ujjwal SIngh
Re: Renaming formopendental
The easiest way is to set the SoftwareName preference within the preference table to whatever you want the software name to display. This will only help the display from within Open Dental.
Changing the actual executable would require somthing along the lines of compiling your own executable where you have renamed the project so that other projects and dlls are not looking for OpenDental.exe
Changing the actual executable would require somthing along the lines of compiling your own executable where you have renamed the project so that other projects and dlls are not looking for OpenDental.exe
The best thing about a boolean is even if you are wrong, you are only off by a bit.
Jason Salmon
Open Dental Software
http://www.opendental.com
Jason Salmon
Open Dental Software
http://www.opendental.com