Search found 136 matches

by V Suite
Tue Aug 10, 2010 6:49 pm
Forum: Developers
Topic: Compile Failure
Replies: 2
Views: 3975

Re: Compile Failure

Thanks!

Wow! Learn something new every day.
by V Suite
Tue Aug 10, 2010 12:23 am
Forum: Developers
Topic: Compile Failure
Replies: 2
Views: 3975

Compile Failure

Version 7.2.(?10) compiled normally but 7.1.(?34) fectched with Tortoise failed to compile

Code: Select all

Error	2	The name 'CDT' does not exist in the current context	G:\Zips\Dental Database\OpenDental\Archive\Source\ODSource-7-1-34\UnitTests\DatabaseTools.cs	57	37	UnitTests
I'll re-download 7.1. to recheck.
by V Suite
Sun Aug 08, 2010 6:28 pm
Forum: Advanced Topics
Topic: Patient, Production, Revenue for date range
Replies: 2
Views: 5144

Re: Patient, Production, Revenue for date range

Thanks much Jordan.

And I'll recheck my queries that have date...

Thanks again.
by V Suite
Sat Jul 31, 2010 8:32 pm
Forum: Advanced Topics
Topic: Patient, Production, Revenue for date range
Replies: 2
Views: 5144

Patient, Production, Revenue for date range

Please see this query which lists all patients with existing balances, along with production, adjustment, total production and revenue in the date range. SET @FromDate='2010-01-01', @ToDate='2010-12-31'; SELECT PatNum, Round(DATEDIFF( CURDATE(), Birthdate)/365) AS AGE, (SELECT SUM(ProcFee) FROM proc...
by V Suite
Thu Jun 24, 2010 5:56 pm
Forum: Main Forum
Topic: Provider Payment Distribution
Replies: 6
Views: 6680

Re: Provider Payment Distribution

Of course I assume the procedures are attached to the correct providers. In my office each provider is assigned an operatory in OpenDental, so once the patient is listed in that op, when the appointment is set complete, the production goes to the correct provider. However, the problem may arise in p...
by V Suite
Sun May 30, 2010 4:41 pm
Forum: Main Forum
Topic: Duplicate Recalls
Replies: 3
Views: 3735

Re: Duplicate Recalls

Thanks Jordan Version 6.9.31. Not sure when that came about, maybe when I setup Perio recall and some non-standard recalls (implant & denture). The first patient had both Perio & Prophy. The list only shows 16 names. So I'll need to delete them one by one to see the rest. I don't want to go through ...
by V Suite
Sun May 30, 2010 12:42 am
Forum: Main Forum
Topic: Images Module - Delete
Replies: 1
Views: 2501

Images Module - Delete

Jordan,

In the Images Module, can security permissions be added for the Delete option to prevent (in)advertent deletions? That is, retain the ability to create images and to move them from one category to another, but require permissions to delete them.

Thanks
by V Suite
Sun May 30, 2010 12:32 am
Forum: Main Forum
Topic: Duplicate Recalls
Replies: 3
Views: 3735

Duplicate Recalls

On running Database Maintenance, I get this message,

"Warning! Number of patients with duplicate recalls: 236. including: .... {names}"

What does duplicate recall mean, and how do I fix it, or do I need to?

Thanks
by V Suite
Wed May 26, 2010 6:55 pm
Forum: Advanced Topics
Topic: Marking Appointment Complete
Replies: 7
Views: 11101

Re: Marking Appointment Complete

Great job Jordan,

Glad it's here. In my opinion, not being able to set future appointments complete is a bug fix, not a bug.

http://www.opendentalsoft.com/forum/vie ... ?f=2&t=940
http://www.opendentalsoft.com/forum/vie ... f=1&t=1845

Cheers.
by V Suite
Wed May 26, 2010 6:45 pm
Forum: Advanced Topics
Topic: Address & Phone number Customization
Replies: 4
Views: 7044

Re: Address & Phone number Customization

Greetings Jordan

Any further on this please?
by V Suite
Sun May 16, 2010 12:49 am
Forum: Developers
Topic: "Copy of"
Replies: 0
Views: 2617

"Copy of"

Jordan,

There was (at least) one 'copy of' file in rdldesign, when 7.0.28 downloaded using Tortoise. Probably won't matter. You can prob search the entire directory structure for any others

Cheers
by V Suite
Mon May 03, 2010 9:07 pm
Forum: Main Forum
Topic: Task List
Replies: 12
Views: 9412

Re: Task List

Jordan 1. Can a task list be deleted if it is attached to an inbox, if the task list is empty. Seems not. 2. Can a task list be hidden whether or not attached to an inbox (need to if some staff are no longer with the office) 3. Can a task list be detached from an inbox? 4. Can tasks be deleted from ...
by V Suite
Sun May 02, 2010 10:42 pm
Forum: Developers
Topic: DB data size
Replies: 3
Views: 4401

Re: Signal Table

Jordan, What kind of data is in the signal table please? You said elsewhere, "the signal table, which handles the message buttons and appointment screen refreshes." What do you mean appt screen refreshes, etc. I take it most of the signals here are internal OD signals that the user would never need ...
by V Suite
Thu Apr 22, 2010 4:14 am
Forum: Main Forum
Topic: Provider/Procedure Code Assignment
Replies: 10
Views: 8516

Re: Provider/Procedure Code Assignment

Jordan, Can you illustrate eg Appointments screen what you mean by 2 above please? How can both a dentist and hygienist be assigned to an appointment? I thought only one provider could be assigned to the appointment column (operatory), so that any procedures in the appointment when set complete are ...
by V Suite
Wed Apr 21, 2010 10:28 pm
Forum: Main Forum
Topic: Mouseover
Replies: 1
Views: 2591

Mouseover

Jordan,

Would it be not too difficult to add the Patient Balance to the mouseover in the Appointment screen? This would make it easier to remind patients of any balance when confirming an appointment without having to click Account.

Thanks
by V Suite
Thu Mar 25, 2010 11:14 pm
Forum: Main Forum
Topic: Fee increase
Replies: 10
Views: 8952

Re: Fee increase

Jordan

It seems that QUERY #226 does what klinlv is asking.
by V Suite
Thu Mar 25, 2010 5:21 am
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

Fixed.

Cheers.
by V Suite
Thu Mar 25, 2010 5:21 am
Forum: Main Forum
Topic: A Query Question - for accounting
Replies: 6
Views: 8729

Re: A Query Question - for accounting

Fixed.

Cheers.
by V Suite
Wed Mar 24, 2010 8:14 pm
Forum: Advanced Topics
Topic: Query 237 - Annual Production
Replies: 2
Views: 4919

Re: Query 237 - Annual Production

Nathan Thanks for the prompt reply. I have used IFNULL to 'fix' the same issue in the two queries below as well. Are they useful for the query example page too (as well as for feature request 830, IIRC). Thanks. http://opendentalsoft.com/forum/viewtopic.php?f=1&t=379 http://opendentalsoft.com/forum...
by V Suite
Wed Mar 24, 2010 1:03 am
Forum: Advanced Topics
Topic: Query 237 - Annual Production
Replies: 2
Views: 4919

Query 237 - Annual Production

Does not work as is. Fix: Add 'SET' to start of fourth line before "@FromDate='2005-01-01' , @ToDate='2005-12-31';" In addition it does not work properly if the claimproc Table is empty, in that the TotalProduction column is zeroed as is the TotalIncome column, to match the values of $WriteOff and $...
by V Suite
Tue Mar 23, 2010 10:56 pm
Forum: Main Forum
Topic: Messages not shown
Replies: 4
Views: 4181

Re: Messages not shown

Not working properly on 6.9.21 either, but I realized a workaround is to click "Include Acknowledged" twice (toggle on and then off), so I'm not bothered anymore.
by V Suite
Tue Mar 23, 2010 10:39 pm
Forum: Main Forum
Topic: A Query Question - for accounting
Replies: 6
Views: 8729

Re: A Query Question - for accounting

Greetings dand. Very late response. I had to rewrite everything to make this work - and I finally discovered an instruction to make it work on my machine which does not have any insurance table. It should be what you want, since it seems accurate for me. Let me know. Note: Any day in the period with...
by V Suite
Tue Mar 23, 2010 9:26 pm
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

Jordan, This is the updated code. By creating the temp tables, it operates much faster (which is the point) and I have fixed the problem which occurred when the claimproc table was empty (such that TotalProduction and TotalIncome did not sum properly). Yay. $WriteOff is calculated only from insuran...
by V Suite
Mon Mar 08, 2010 7:34 am
Forum: Advanced Topics
Topic: 6.8.35 unresponsive
Replies: 5
Views: 7310

Re: 6.8.35 unresponsive

Come to think of it, it may have been the invalid data path due to restoring the data from the office. (I see this was fixed in 6.8.39 and 6.9.22)

6.9.21 is snappy, and I made a change to how the data path is specified to prevent future errors.
by V Suite
Sun Feb 28, 2010 7:08 pm
Forum: Developers
Topic: Version info - beta/
Replies: 1
Views: 2956

Version info - beta/

Greetings Jordan,

Just a note to say it seems that the PreviousVersions page has suddenly stopped showing whether the indicated versions were beta or Production versions.

By the way, Wow!!! 7.0 looks real good already in beta.
by V Suite
Mon Feb 15, 2010 8:13 pm
Forum: Main Forum
Topic: Phasing out backup/restore?
Replies: 35
Views: 25968

Re: Phasing out backup/restore?

New problem. I backup Opendental at the office on a usb drive and I take it home and restore it on my computer at home, windows 7 32 bit. At home I tried to view an image of one of my patients and opendental gave an error saying that it could not find the image. So, I went into the opendentimages f...
by V Suite
Wed Feb 10, 2010 10:06 pm
Forum: Main Forum
Topic: Good Backup Advice
Replies: 1
Views: 2546

Re: Good Backup Advice

There are different versions (3 backups or 1 primary and 2 backups). Most important. Common ground: 2 different storage media and 1 copy offsite. I have always kept multiple copies of data I want to keep (after several floppy disk fiascos years ago) http://www.dpbestflow.org/backup/backup-overview s...
by V Suite
Sun Feb 07, 2010 2:02 am
Forum: Main Forum
Topic: A Query Question - for accounting
Replies: 6
Views: 8729

Re: A Query Question - for accounting

SET @FromDate='2010-01-01' , @ToDate='2010-01-31'; SELECT py.PayDate, (Select SUM(PayAmt) from payment where payment.PayDate = py.PayDate) AS $TOTAL , (Select SUM(PayAmt) from payment where payment.PayType=71 and payment.PayDate = py.PayDate) AS $CREDITCARD, (Select SUM(PayAmt) from payment where p...
by V Suite
Sat Jan 30, 2010 9:16 pm
Forum: Developers
Topic: Microsoft SQL
Replies: 31
Views: 56748

Re: Microsoft SQL

Please consider PostgresQL. It is open source, BSD licensed, and is much closer to Oracle than any of the other open source databases. It runs well on Windows as well as Linux. The similarity to Oracle especially should provide you with an easier time supporting that DB. Jordan, I get the impressio...
by V Suite
Sat Jan 30, 2010 8:59 pm
Forum: Developers
Topic: Microsoft SQL
Replies: 31
Views: 56748

Re: Microsoft SQL

1. More rigorous management of connection pooling including disposal of stale connections. 2. Bug free connector (we are stuck on connector version 1.09 because every time we try to move to a newer version, it's buggy). 3. Proper handling of very large data such as images. Large data must be broken...
by V Suite
Tue Jan 26, 2010 6:30 pm
Forum: Developers
Topic: Microsoft SQL
Replies: 31
Views: 56748

Re: Microsoft SQL

MySQL seems to be losing its momentum. I'm concerned that it's not as robust as it could be. As just one example, MS has 1000 fulltime developers maintaining MS-SQL. MySQL has significantly less and it does not include the original team. If it included the original team they could do a lot more wit...
by V Suite
Thu Jan 21, 2010 6:35 pm
Forum: Advanced Topics
Topic: 6.8.35 unresponsive
Replies: 5
Views: 7310

Re: 6.8.35 unresponsive

I believe it is working okay on the P4 at work, which is slightly faster at 2.66GHz than my machine at home 2.4GHz HyperThreading. Generally, my database has always performed significantly slower at home on queries. Not sure if it is how mysql is set up, or the system cache/memory or what. Neverthel...
by V Suite
Thu Jan 21, 2010 4:04 pm
Forum: Developers
Topic: Week View
Replies: 3
Views: 5415

Week View

6.8.35

The Calendar Month shows Sunday to Saturday, and then the week view shows Monday to Sunday. Is there a setting to change the Appointment Module week view to start instead of end on Sunday?

Thanks.
by V Suite
Wed Jan 20, 2010 9:50 pm
Forum: Main Forum
Topic: Messages not shown
Replies: 4
Views: 4181

Re: Messages not shown

jordansparks wrote:Do you mean in the Manage module? I don't think it's related to which user is logged into Windows.
Hmmm, well something is wrong with Messages in Manage. It's still not working properly even though I updated to 6.8.35. What part of the code is it please?

Thanks
by V Suite
Wed Jan 20, 2010 9:48 pm
Forum: Advanced Topics
Topic: 6.8.35 unresponsive
Replies: 5
Views: 7310

6.8.35 unresponsive

Greetings Whoa, what happened with 6.8? Compared to 6.7 & pretty much all previous versions, this is really unresponsive on my Pentium 4 Hyperthreading at Home. I'm clicking on patients in Appointments one by one, and it's not selecting them. I have to really wait. Unfortunately I deployed already a...
by V Suite
Wed Jan 20, 2010 4:40 pm
Forum: Main Forum
Topic: Fee increase
Replies: 10
Views: 8952

Re: Fee increase

jordansparks wrote:Right, but OD doesn't currently do that.
Can a query be written to find all Prophys that are treatment planned (not completed), and change the fee?
by V Suite
Wed Jan 20, 2010 4:38 pm
Forum: Main Forum
Topic: Recall list for period in the past missing people (v6.7.36)
Replies: 13
Views: 10534

Re: Recall list for period in the past missing people (v6.7.36)

8. (rare issue) If you have a previous appointment that was never marked complete. Look in the patient's appointment list. Or, this query will locate such appointments for all patients:
Does this include appointments that were broken but not deleted/sent to unschedule?
by V Suite
Tue Jan 19, 2010 4:05 pm
Forum: Developers
Topic: OpenDentalBusiness.xml
Replies: 2
Views: 3786

Re: OpenDentalBusiness.xml

Thanks much for the response.
by V Suite
Mon Jan 18, 2010 8:02 pm
Forum: Developers
Topic: OpenDentalBusiness.xml
Replies: 2
Views: 3786

OpenDentalBusiness.xml

Does this file get updated when the program is updated?

Can it be edited manually?
by V Suite
Sun Jan 17, 2010 8:28 pm
Forum: Main Forum
Topic: Backup on home computer
Replies: 30
Views: 28337

Re: Backup on home computer

Just to clarify... 6. To restore your information at home, first make sure you have a working copy of Open Dental. To make it easier, you should have the same OpenDental version as in the office. Insert the flash drive in your home computer. *Install OpenDental Using the Trial installer as normal so...
by V Suite
Sun Jan 10, 2010 5:17 pm
Forum: Main Forum
Topic: Problem with update
Replies: 6
Views: 6191

Re: Problem with update

Wait for us to release version 6.7.36 sometime this weekend. On the computer that's functional, run an update to that version. That will unlock all the other computers. Good thing it's under control, but I'm surprised it's not released for the production 6.8 as well - are the listed bug fixes still...
by V Suite
Thu Jan 07, 2010 6:34 am
Forum: Main Forum
Topic: Messages not shown
Replies: 4
Views: 4181

Messages not shown

Jordan,

Help please: On the server, when logged in as Admin (Windows XP), the messaging screen shows no messages. When logged in as a Limited User the messaging screen shows the messages that have not been yet acknowledged.
by V Suite
Thu Jan 07, 2010 6:17 am
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

This query is fairly slow, can anyone advise how to accelerate it please?
by V Suite
Thu Jan 07, 2010 5:40 am
Forum: Advanced Topics
Topic: Query 126 - Does pv.Abbr need to be here?
Replies: 3
Views: 6444

Re: Query 126 - Does pv.Abbr need to be here?

To my understanding, the query should list each proc code, and each provider who performs that treatment code. So, 100, #1, D1110 , Pro 189, #2, D1110, Pro 115, #3, D1110, Pro 25, #1, D1112, Pro2 12, #2, D1112, Pro2 7, #1, D1120, ProChild 9, #3, D1120, ProChild etc However it only lists one provider...
by V Suite
Tue Jan 05, 2010 5:21 pm
Forum: Advanced Topics
Topic: Waiting Room Time by Provider
Replies: 1
Views: 3265

Re: Waiting Room Time by Provider

The Waiting Room Time Query is excellent. Can anyone help in updating it to work for only a single provider? Thanks.
by V Suite
Tue Jan 05, 2010 5:20 pm
Forum: Advanced Topics
Topic: Query 126 - Does pv.Abbr need to be here?
Replies: 3
Views: 6444

Re: Hygiene Production Query 126 - Does pv.Abbr need to be here?

Does any one use this query?
If so, it does not appear that pv.Abbr works, could anyone advise me please, thanks.
by V Suite
Sat Dec 26, 2009 2:36 pm
Forum: Developers
Topic: doubts about the future. Loosing freedom
Replies: 26
Views: 23853

Re: doubts about the future. Loosing freedom

Not sure. Presumably, but it is the converse that can be assumed from my post. You can have a Windows XP workstation/machine as a server with Windows 7/Vista workstations. Nevertheless, I believe a colleague of mine has a Windows 7 server with 2 Windows 7 workstations in his office, and that they wo...
by V Suite
Thu Dec 24, 2009 9:51 pm
Forum: Advanced Topics
Topic: Completed Appointments by Provider (for date range)
Replies: 1
Views: 3295

Re: Completed Appointments by Provider (for date range)

Sorry, this does not work if FromDate = ToDate. To fix, use SET @FromDate='2009-12-01' , @ToDate='2009-12-31'; SELECT ProvNum, (SELECT Count(*) FROM appointment WHERE aptstatus=2 AND ProvNum=provider.ProvNum AND DATE(AptDateTime) BETWEEN @FromDate AND @ToDate) AS '#Appointments' FROM provider Cheers
by V Suite
Wed Dec 23, 2009 6:54 pm
Forum: Advanced Topics
Topic: Query 126 - Does pv.Abbr need to be here?
Replies: 3
Views: 6444

Query 126 - Does pv.Abbr need to be here?

Hygiene production sum - Query 126 - Does pv.Abbr need to be here? I don't think it is doing what it should be doing. SET @FromDate='2008-06-01' , @ToDate='2008-06-30'; SELECT Count(*),pv.Abbr, pc.ProcCode, pc.AbbrDesc, AVG(pl.ProcFee) as '$Ave. Fee' , SUM(pl.ProcFee) AS '$Tot. Prod' FROM patient IN...
by V Suite
Wed Dec 23, 2009 5:37 pm
Forum: Advanced Topics
Topic: Waiting Room Time by Provider
Replies: 1
Views: 3265

Waiting Room Time by Provider

Is it possible to (can anyone please) update Query #244 (Waiting Room Time) to report only for (a) selected Provider(s)? Thanks.
by V Suite
Wed Dec 23, 2009 5:25 pm
Forum: Developers
Topic: doubts about the future. Loosing freedom
Replies: 26
Views: 23853

Re: doubts about the future. Loosing freedom

Does anyone here know if you can mix Windows 7 workstations with Windows XP workstations in a peer to peer environment? I restore a backup of my database on another Windows XP machine (server), which is networked with a couple of Vista machines and Windows 7 machines. OpenDental runs fine on Vista,...
by V Suite
Wed Dec 23, 2009 5:13 pm
Forum: Advanced Topics
Topic: Completed Appointments by Provider (for date range)
Replies: 1
Views: 3295

Completed Appointments by Provider (for date range)

Based on Query # 142, which gives the total number of appointments in a given range, the following query separates tabulates the appointments by provider. SET @FromDate='2009-12-01' , @ToDate='2009-12-31'; SELECT ProvNum, (SELECT Count(*) FROM appointment WHERE aptstatus=2 AND ProvNum=provider.ProvN...
by V Suite
Sun Dec 13, 2009 8:10 pm
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

Jordan, I'm surprised no one else with associates weighed in on whether this report worked for them. Did you test it? And does it work properly? It seems fairly slow (5 seconds plus, I suppose because of the multiple SELECTS) but it is accurate, and a time saver for me personally (four dentists in t...
by V Suite
Wed Dec 09, 2009 10:20 pm
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

Jordan, it seems that I cannot test this fully because I have no entries in claimproc. Somehow that causes the TotalProduction and TotalIncome sums to be ?indefinite value? and therefore '0', so I need to leave out "+ $WriteOffs" in the $TotalProduction line, as well as "+ $InsIncome" in the $Total ...
by V Suite
Wed Dec 09, 2009 2:49 am
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

Nope, that doesn't work. It gives all zeroes for the Total Production. But this works. Yay me! SET @FromDate='2009-08-01' , @ToDate='2009-08-31'; SELECT ProvNum, (SELECT SUM(ProcFee) FROM procedurelog WHERE procedurelog.ProcStatus=2 AND procedurelog.ProvNum=provider.ProvNum AND procedurelog.procdate...
by V Suite
Tue Dec 08, 2009 12:59 pm
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

This Query is almost what I want in my office. Can someone tell me how to add a Total Production column after adjustments? Cheers. SET @FromDate='2009-08-01' , @ToDate='2009-08-31'; SELECT ProvNum, (SELECT SUM(ProcFee) FROM procedurelog WHERE procedurelog.ProcStatus=2 AND procedurelog.ProvNum=provid...
by V Suite
Wed Nov 11, 2009 3:16 pm
Forum: Main Forum
Topic: Entering scaling and root planing
Replies: 3
Views: 3570

Re: Entering scaling and root planing

I have been having this problem too.

I expected that if I clicked a tooth in UR quadrant and then Quadrant scaling, OD would choose UR quadrant, or if I click a tooth in each quadrant, OD would select 4 quadrants.
Would the solution be similar to how it works for radiographs, with each additional?
by V Suite
Wed Nov 04, 2009 6:41 pm
Forum: Main Forum
Topic: Try This!
Replies: 4
Views: 5035

Re: Try This!

if you click on the ENTER TREATMENT Tab (on the chart module)
Even better, it actually seems to happen if you click on any tab that is already selected.
by V Suite
Tue Oct 20, 2009 10:25 pm
Forum: Developers
Topic: Version 6.8
Replies: 3
Views: 4201

Version 6.8

Jordan,

6.8 looks real good in specs, but you said 6.8.1 was less stable than most betas. Is it better now at 6.8.5? Checking it out.

Cheers.
by V Suite
Tue Oct 20, 2009 7:36 pm
Forum: Developers
Topic: Birthday Report Problems & Crash
Replies: 3
Views: 4622

Re: Birthday Report Problems & Crash

Actually I have negative ages Jordan. 3. Now (after changing the dates) when I click preview, it generates a preview of only 17 post cards with "Dear xxx. Happy -1916th Birthday! You are now -1916 years old, and several other negative dates. Only 17 persons when the Birthday Query returns 194 person...
by V Suite
Sat Oct 17, 2009 5:53 pm
Forum: Main Forum
Topic: Treatment Plan Analyzer Report
Replies: 7
Views: 6132

Re: Treatment Plan Analyzer Report

Greetings Jordan,

Are any changes to this Report scheduled to make it work for international users?

Cheers
by V Suite
Sat Oct 17, 2009 5:49 pm
Forum: Developers
Topic: Birthday Report Problems & Crash
Replies: 3
Views: 4622

Birthday Report Problems & Crash

Problems with the Birthday report (I use International not American Dates in version 6.6.27). 1. The displayed dates are month/day, but If I click Preview, with the selected dates (11/01, 11/30), it responds, "To date cannot be before From date". 2. The displayed dates are month/day, but if I enter ...
by V Suite
Sun Oct 11, 2009 9:27 pm
Forum: Main Forum
Topic: Treatment Plan Analyzer Report
Replies: 7
Views: 6132

Re: Treatment Plan Analyzer Report

Greetings. The Treatment Finder Report works for me, but the Treatment Plan Analyzer does not. In the latter case, and the there is a crash, ver 6.6.27. Is it because there are no insurance companies, etc set up (not based in the US)? It seems as though this report would be more useful since it can ...
by V Suite
Sun Sep 27, 2009 8:30 am
Forum: Developers
Topic: Shutdown All Workstations
Replies: 1
Views: 2938

Shutdown All Workstations

Greetings Jordan, The "Shutdown all workstations" feature works fine, except: any instance of OpenDental that is started but not logged on on a Workstation will remain in the same state at the Log On screen afterwards. I guess by not being logged on OpenDental does not recognize its presence. Cheers.
by V Suite
Thu Sep 17, 2009 5:15 pm
Forum: Developers
Topic: Update using Classic View
Replies: 5
Views: 6467

Re: Update Crash

So, something changed between 6.6.22 and 6.6.27 (I noticed a couple of new tables were added too). Actually, notwithstanding the changes post 6.6.22, the main change to cause the error must have come about between 6.5.24 and 6.6.22, i.e. with the introduction of 6.6, since version 6.5.13 updated su...
by V Suite
Tue Sep 15, 2009 3:13 pm
Forum: Main Forum
Topic: phpBB OPenDental Server time
Replies: 1
Views: 2291

phpBB OPenDental Server time

Hey Jordan,

The forum seems to be running about 12 hours late.
by V Suite
Tue Sep 15, 2009 6:52 am
Forum: Developers
Topic: Update using Classic View
Replies: 5
Views: 6467

Update using Classic View

Server (Windows XP) updated from compiled 6.6.22 to compiled 6.6.27. Crash on running OpenDental on Workstation (Windows 7, Vista, XP). Should I attach the image too Jordan? Workaround: Manual install on each workstation. Background. Previously setup Query: UPDATE preference SET ValueString='1' WHER...
by V Suite
Thu Aug 27, 2009 4:02 am
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

Thanks for the reply. I take it a query will not do it, and it must be programmed in?
by V Suite
Wed Aug 26, 2009 4:59 pm
Forum: Main Forum
Topic: monthly production by provider
Replies: 12
Views: 16127

Re: monthly production by provider

Greetings

Is there such a query please such that the start and end dates or the month could be designated, and the columns would show Production, WriteOff, Adjustments, TotalProduction, Income, InsIncome, TotalIncome, while the rows show each provider?

Thanks
by V Suite
Sat Aug 22, 2009 8:01 am
Forum: Developers
Topic: No known issues
Replies: 1
Views: 2858

No known issues

Jordan Sparks et al

Congratulations. A while ago there was a huge list of "known issues" at the top of the latest beta release[shhh], and the production version[/shhh]. Now the list is completely cleared for the production and down to one item for the beta.

Great work guys.
by V Suite
Mon Aug 10, 2009 9:29 am
Forum: Main Forum
Topic: Firewall Problem
Replies: 5
Views: 5499

Re: Firewall Problem

I use Comodo Internet Security on "workstations" and "server" - all XP Home. No speed issues. Includes Firewall, Antivirus and Software defense shield. Secure. Automatically updates antivirus/firewall. You can run Secunia PSI (Software Inventory) which indicates when any software eg Flash, Adobe Rea...
by V Suite
Mon Aug 03, 2009 8:30 pm
Forum: Main Forum
Topic: Supernumerary Ext
Replies: 6
Views: 10615

Re: Supernumerary Ext

Greetings

Could you tell me how to use international supernumerary teeth please?
by V Suite
Sat Jul 18, 2009 2:40 pm
Forum: Main Forum
Topic: tracking patients by assistants
Replies: 9
Views: 6922

Re: tracking patients by assistants

It appears that the assistant can be changed after the appointment is set complete, so assistants can artificially increase their production by changing the procedure to their name (or anyone else can do it for them). ** Indeed many things can be changed about appointments that are already set compl...
by V Suite
Sat Jul 18, 2009 1:44 pm
Forum: Main Forum
Topic: Supernumerary Ext
Replies: 6
Views: 10615

Re: Supernumerary Ext

Sounds good.

Is it possible to use that facility with International numbers?
by V Suite
Tue May 26, 2009 7:07 pm
Forum: Main Forum
Topic: Broken Appointments - How to deal with it ?
Replies: 9
Views: 13481

Re: Broken Appointments - How to deal with it ?

Jordan, you wrote "You have to delete it or move it or put it on the Unscheduled list. Leaving it there is not an option yet. You could go vote for that feature." In addition, on the cited page, http://www.open-dent.com/manual/aptdeletebreakcomplete.html we read " A broken appointment should be move...
by V Suite
Tue May 26, 2009 5:45 pm
Forum: Main Forum
Topic: new server
Replies: 6
Views: 5956

Re: new server

Greetings I successfully migrated from Machine A{Server in office, running mysql, and containing all the images}, Machine B{Reception} to Machine C {Server in office, running mysql, and containing all the images}, Machine B {Reception}, Machine A{new location, no longer running mysql and not contain...
by V Suite
Tue May 26, 2009 4:18 pm
Forum: Developers
Topic: What are these files for?
Replies: 2
Views: 3927

Re: What are these files for?

Thanks for the reply.
My OpenDental folder has been missing the noted .exe files but has had the other files.
No problems. No corrupt database. No not from a distrib. No in US, so no HL7.
Cheers.
by V Suite
Sun May 24, 2009 9:30 pm
Forum: Developers
Topic: What are these files for?
Replies: 2
Views: 3927

What are these files for?

I guess the pdb files (Codebase, OpenDental, OpenDentBusiness, OpenDentServer and SparksToothChart) are for Palm Pilot What is OpenDentalXmlSerializers.dll for please What are the OpenDental.vshost files for (.exe, .exe.config, .exe.manifest) please What are OpenDental.exe.config and OpenDentServer....
by V Suite
Sat May 23, 2009 5:09 pm
Forum: Advanced Topics
Topic: Appointment - Delete Procedures
Replies: 0
Views: 2628

Appointment - Delete Procedures

In 6.6.7 and 6.5.25 a bug was fixed "It was possible to delete a completed procedure from the appt edit window even if no permission." This also happened in 6.4.22 you are also able to delete completed procedures from the appt edit window - though I'm not sure whether this was with permissions or no...
by V Suite
Thu Apr 16, 2009 8:21 pm
Forum: Main Forum
Topic: MySQL 5.1
Replies: 3
Views: 3680

Re: MySQL 5.1

Thanks for the response.

I guess there will be a MYSQLUpdate installer when that time comes.

I struggled to get it to work with 5.1 and was not successful.
by V Suite
Tue Apr 14, 2009 8:22 pm
Forum: Main Forum
Topic: MySQL 5.1
Replies: 3
Views: 3680

MySQL 5.1

MySQL 5.0.22 is installed with OpenDental trial version 6.2.7, but 5.0.77, as well as 5.1.33 are available at dev.mysql.com
Is there any benefit to updating the mysql version?

Thanks.
by V Suite
Mon Dec 15, 2008 12:59 pm
Forum: Main Forum
Topic: Questions about Ver 6.1.14
Replies: 5
Views: 5147

Re: Questions about Ver 6.1.14

Greetings.
Why does is the higlighted week start from Monday please? Can it be changed to start from the Sunday as the generally accepted first day of the week?
by V Suite
Tue Nov 25, 2008 7:17 pm
Forum: Advanced Topics
Topic: Bug with time card calculations
Replies: 3
Views: 4709

Re: Bug with time card calculations

I know of two Seventh-day Adventist dentists just a couple of miles apart who open their offices on Sunday, not Saturday. One uses OpenDent, the second is seeking Practice Management software and will probably use OpenDent.
by V Suite
Sun Nov 23, 2008 10:00 am
Forum: Main Forum
Topic: Query - Procedures Report
Replies: 3
Views: 3743

Re: Query - Procedures Report

Thanks. I did not remember that the queries could be seen on the OpenDental website, and I wasn't successful finding them here. Arrgh.

Thanks much.
by V Suite
Sat Nov 22, 2008 7:48 pm
Forum: Main Forum
Topic: Query - Procedures Report
Replies: 3
Views: 3743

Re: Query - Procedures Report

Hi, any ideas please. Someone please help with a suitable query. Thanks.

Or please point me to the correct file in FormsReport which handles Report - Procedures. Thanks.
by V Suite
Tue Nov 18, 2008 5:18 pm
Forum: Main Forum
Topic: Query - Procedures Report
Replies: 3
Views: 3743

Query - Procedures Report

I have done Procedures report going back a couple of years for D71** (I'm interested particularly in D7111, D7140, D7210, D7220, D7230, D7241), which lists the extraction date, procedure code, patient name & tooth. Can someone give me a query to list the extraction date, patient's DOB, patient name,...
by V Suite
Tue Nov 11, 2008 3:23 pm
Forum: Main Forum
Topic: Time Arrived, etc.
Replies: 3
Views: 3598

Time Arrived, etc.

The Time Arrived, Seated & Completed feature is great to monitor how long and how many patients are waiting. 1. Is it possible to review the table of Appt time, Time Arrived, Seated & Completed at the end of the day or week? For example to do practice audit. 2. I notice that the time can be set dire...
by V Suite
Fri Sep 19, 2008 2:24 pm
Forum: Advanced Topics
Topic: No printer available
Replies: 3
Views: 4723

Re: No printer available

? Or the Printer settings under File, Printers? Maybe a specific printer is set which is unavailable?
by V Suite
Fri Sep 05, 2008 3:34 am
Forum: Developers
Topic: DB data size
Replies: 3
Views: 4401

DB data size

Jordan, Did the database become leaner between 5.6.36 and 5.8.5? - Eliminated tables, etc? My backup strategy is to zip the directories daily (no pictures). Normally the zip size increases gradually every day, and jumps on upgrading. This time it fell 4-5%. Great work either way. Actually, come to t...
by V Suite
Wed Sep 03, 2008 6:07 pm
Forum: Main Forum
Topic: adjustments attached to procedures
Replies: 6
Views: 5787

Re: adjustments attached to procedures

I just noticed that as you say "Now, when you attach an adjustment to a procedure, you should see a note under the procedure itself in the main Account module grid." But then the actual adjustment is not listed right under the attached procedure as it used to be. Let's say we do five procedures A, B...
by V Suite
Wed Sep 03, 2008 5:30 pm
Forum: Developers
Topic: Pt arrived and waiting
Replies: 4
Views: 7793

Re: Pt arrived and waiting

Yay!!! When I switched to Appointments on OpenDental, I gave up my customized appointment book in which I tracked time arrived, seated and finished. Some of the staff thought tracking time was a waste of time (no longer here though :-)). That is one feature I would use a beta program for. The only t...
by V Suite
Mon Sep 01, 2008 6:25 am
Forum: Main Forum
Topic: adjustments attached to procedures
Replies: 6
Views: 5787

Re: adjustments attached to procedures

This feature was supposed to be fixed in OpenDental 5.8.4, however as of 5.8.5, it does not appear to be working. The adjustments are shown in connection with the procedures they are attached to.
by V Suite
Tue Aug 12, 2008 11:25 pm
Forum: Main Forum
Topic: procedure codes credit to practice vs. provider
Replies: 3
Views: 4279

Re: procedure codes credit to practice vs. provider

LSOrtho, you can also set up the hygienist who performs the duties as a provider to track that production separately. Jordan, 1. Should the procedures be set (Lists, Procedure Codes, ...) to 'Is Hygiene' or 'Triggers Recall'? 2. What if the associate performs the hygiene procedures (no hygienist), b...
by V Suite
Tue Aug 12, 2008 11:11 pm
Forum: Developers
Topic: Unused Codes
Replies: 1
Views: 3099

Unused Codes

Given the ability to search the database for the past use of a code using appropriate queries, is it possible to
1. Delete an unused code
2. Report that the code has already been used, and therefore cannot be deleted?
(Not high priority)

Cheers
by V Suite
Tue Aug 12, 2008 11:01 pm
Forum: Developers
Topic: Clinics
Replies: 0
Views: 2808

Clinics

A minor point. Even when Setup Easy Options 'Don't use Clinics' is selected, the Setup Operatories list shows Clinics as a Column heading. (Hope it is not more trouble to remedy than to post.)

Cheers.
by V Suite
Tue Aug 12, 2008 10:31 pm
Forum: Advanced Topics
Topic: International Tooth Numbering & Procedure Surface toggle
Replies: 2
Views: 5455

International Tooth Numbering & Procedure Surface toggle

It appears that Procedure surface toggle treats the tooth number as a universal number even if international tooth numbering is selected. This may result in even more tricky problems with Palmer notation. eg. [International numbers selected]. From Chart, click tooth FDI #11 (#8, UR1) and choose Comp...
by V Suite
Tue Jul 29, 2008 3:43 am
Forum: Advanced Topics
Topic: Build Error OD 5.7 Windows Vista Business
Replies: 8
Views: 11486

Re: Build Error OD 5.7 Windows Vista Business

On starting the 5.7.18 (current) solution file, downloaded via Tortoise, I get the warning (Windows XP Home, Visual C#2008): Warning 1 The referenced component 'CodeBase' could not be found. The build fails with 60 Errors regarding the non-existence of CodeBase, eg. Error 11 The type or namespace na...
by V Suite
Thu Jun 12, 2008 6:54 pm
Forum: Advanced Topics
Topic: Unscheduled Exception +
Replies: 2
Views: 3688

Re: Unscheduled Exception +

Hi, is the exception bug scheduled for fixing? Or is it fixed already? Thanks.
by V Suite
Thu Jun 12, 2008 6:53 pm
Forum: Advanced Topics
Topic: Report Exception (Printer Exception)
Replies: 2
Views: 3778

Re: Report Exception (Printer Exception)

Hi, is this scheduled for fixing? Or is it fixed already? Thanks.
by V Suite
Mon Jun 02, 2008 6:40 pm
Forum: Advanced Topics
Topic: Report Exception (Printer Exception)
Replies: 2
Views: 3778

Report Exception (Printer Exception)

I recently setup a new workstation, and tried to look at Reports on it, but once I clicked any type of report, OpenDental gave an exception without showing the report on the screen. It turns out I had not set up any printer on the machine. Solution: I installed the network printer (attached to the s...
by V Suite
Sat May 31, 2008 9:27 pm
Forum: Advanced Topics
Topic: Blockouts
Replies: 1
Views: 3313

Blockouts

Blockouts

Can multiple operatories be blocked out at once, eg. Op2, Op3, Op4 (but not Op1). Instead of only 'All Ops'? No matter. I'll carry it across all ops.
by V Suite
Sat May 31, 2008 9:24 pm
Forum: Advanced Topics
Topic: Unscheduled Exception +
Replies: 2
Views: 3688

Unscheduled Exception +

1) Unscheduled Exception Select an appointment and click U to send it to the unscheduled list (Confirm Yes). Then click the X to break the appointment, you will be advised, you have to select an appointment first. The previous appointment cannot be broken now. Select an appointment, click U to send ...
by V Suite
Sat May 31, 2008 9:20 pm
Forum: Advanced Topics
Topic: Send All Broken to Unscheduled List
Replies: 2
Views: 3933

Re: Send All Broken to Unscheduled List

Thanks. Another issue: Break and Re-break Select an appointment. Break it with either the right-click/Break or by clicking the X. Do it again, it can be broken repeatedly - or it can be set complete. I suggest that it should not be possible to break or complete a broken appointment, only to Unbreak ...
by V Suite
Fri May 30, 2008 9:19 am
Forum: Advanced Topics
Topic: feature request
Replies: 5
Views: 6257

Setup|Miscellaneous, AutoCode Conditions

On a separate issue, (hope it was not mentioned already): In Setup|Miscellaneous, can the window be separated into tabs for each module?

In my list of Autocode Conditions, I have AgeOver18, but not AgeUnder18. How do I put that in please?
by V Suite
Fri May 30, 2008 9:03 am
Forum: Advanced Topics
Topic: Send All Broken to Unscheduled List
Replies: 2
Views: 3933

Send All Broken to Unscheduled List

It would be useful to have a button which sends all broken appointments to the unscheduled list at the end of the day. Would it be difficult to program?

Cheers.
by V Suite
Tue May 27, 2008 7:01 pm
Forum: Main Forum
Topic: AMD CHIPS and dental software
Replies: 3
Views: 4154

Re: AMD CHIPS and dental software

I have 5 Windows XP Home systems in my office: 3 AMD systems (Sempron 2400+[1.66GHz Athlon XP]/256MB RAM, Sempron 64 2800+ [1.7GHz Athlon 64]/2GB, AMD 2.6GHz Athlon 64 X2/1GB), and 2 Intel systems (2.66GHz Pentium 4 [Dell]/1GB, 2.4 GHz Core 2 Quad/2GB). All but the Dell were built in-house. No probl...
by V Suite
Tue May 27, 2008 5:59 pm
Forum: Advanced Topics
Topic: Creating completed Procedures on Earlier Date
Replies: 1
Views: 4153

Creating completed Procedures on Earlier Date

Greetings. This may be critical. I am using 5.5.18. I noticed today that even individuals without 'Edit Completed Procedure' authority can create new appointments in the Appointments Module on an earlier date (eg. yesterday), and set them complete. The completion date of the attached procedures will...
by V Suite
Tue Apr 08, 2008 6:49 pm
Forum: Main Forum
Topic: Showing weekend on appointment view
Replies: 3
Views: 4197

Re: Showing weekend on appointment view

Presumably the week will be Sunday to Saturday, according to the normal convention, and as is already in Windows and OpenDental.
It would be nice to see a full weekly schedule.
by V Suite
Sat Mar 29, 2008 6:31 pm
Forum: Developers
Topic: Appointment Module - patient present
Replies: 1
Views: 3799

Appointment Module - patient present

Is there some way to signal a patient's arrival in the Appointment Module? eg. add a new colour and code after Unconfirmed, etc. This way back office staff can be aware. This should perhaps be a simple change to implement.
by V Suite
Tue Jan 29, 2008 8:41 pm
Forum: Main Forum
Topic: patient picture
Replies: 7
Views: 7069

Could that be an artefact from the reduction of a very high resolution picture to the preview image size for the scheduler?
by V Suite
Mon Jan 28, 2008 9:38 pm
Forum: Main Forum
Topic: Server ?
Replies: 4
Views: 5949

I have my 5 computers hooked up to a switch. One machine with a 2666MHz Pentium 4/768MB RAM runs security software monitoring 4 cameras as well as mysql for the OpenDental database. It works acceptably. Usually no other software is running on the machines except OpenDental. The providers may use a W...
by V Suite
Sat Jan 26, 2008 5:29 pm
Forum: Main Forum
Topic: I do not like the search engine on this site
Replies: 2
Views: 3852

What about using a tabbed browser, keeping the search open in one tab and opening each link in a new tab? Or even opening each link in a new window?
Firefox
Opera
IE 7
I use Firefox/Opera and have no problems.
by V Suite
Sat Jan 19, 2008 10:25 pm
Forum: Advanced Topics
Topic: TP Print error?
Replies: 0
Views: 2748

TP Print error?

The new 'Previous versions' page reports that TP Printing goes to the default printer. Is this current as of 5.5.8? (Appears to work properly for me.) A similar bug in Statement printing was corrected in 5.5.5.
by V Suite
Sat Jan 19, 2008 9:35 pm
Forum: Main Forum
Topic: IO Camera - Suggestions
Replies: 19
Views: 19770

Does the new Twain driver support capturing from a camera yet please?
by V Suite
Sat Jan 19, 2008 9:28 pm
Forum: Main Forum
Topic: Performance Improvement Tips
Replies: 5
Views: 6611

Aren't the securitylog entries used in Audit Trail? The securitylog entries cannot be edited from within OpenDental, many other edits within OpenDental are actually copied and then edited, and the permissions for making changes to the database (editing or entering data) can be set separately. While ...
by V Suite
Sat Jan 19, 2008 8:53 pm
Forum: Main Forum
Topic: Email Treatment Plans?
Replies: 3
Views: 5143

I do not email treatment plans (or anything else as yet) and I have not tried the new email PDF function in 5.5, but for those who need to print to PDF from just about any program, not just OpenDental, consider using one of several programs to accomplish this: PDF995, CutePDF, etc. I currently use P...
by V Suite
Sat Jan 19, 2008 7:32 pm
Forum: Main Forum
Topic: Current Versions
Replies: 5
Views: 6730

Hmmm, I thought it was going to be something new compared to the original page. But it seems to be operating the exact same way, except that it only includes from ver 5.3. So that all the data reported can easily also be reported on the original previous versions page, as well as the new page. Anywa...
by V Suite
Sat Jan 19, 2008 3:47 pm
Forum: Main Forum
Topic: Current Versions
Replies: 5
Views: 6730

Greetings. It seems like a good idea to move 5.3 over to the previous versions page now (since 5.4 is current production version) and rename the new page Current Versions.

By the way, why is that page on a different server please?
by V Suite
Sun Jan 13, 2008 5:14 pm
Forum: Developers
Topic: Choose Database no longer updates old Database
Replies: 2
Views: 4647

Thanks for the quick reply. At one time I had 5 Open Dental Windows open, each with a different database. I was able to open each one (and update to 5.4) wthout crashing by simply choosing a new database as each separate instance was opened (while the others were still open and operating). They all ...
by V Suite
Sun Jan 13, 2008 5:02 pm
Forum: Developers
Topic: Reports - Providers
Replies: 2
Views: 4571

Thanks for the quick reply. Ver 5.4.20 does not post any warning.
by V Suite
Sun Jan 13, 2008 2:56 am
Forum: Advanced Topics
Topic: 'Save Query' option
Replies: 6
Views: 7943

You can apparently edit the queries in Favorites. Double click and make changes. Then press Ok twice.
by V Suite
Sun Jan 13, 2008 2:40 am
Forum: Advanced Topics
Topic: Quarterly Query including adjustments
Replies: 1
Views: 3336

Quarterly Query including adjustments

Does anyone have an amended query example #33 to include adjustments, please?

Thanks.
by V Suite
Sun Jan 13, 2008 2:26 am
Forum: Developers
Topic: Reports - Providers
Replies: 2
Views: 4571

Reports - Providers

Forgive me if this is by design: If some providers are hidden (Lists, Providers) then the Reports (eg. Annual Report) will not include their production or payments. Furthermore, Report, More Options will not show them in the list of providers. While testing queries early this morning I noticed that ...
by V Suite
Sun Jan 13, 2008 12:37 am
Forum: Developers
Topic: Choose Database no longer updates old Database
Replies: 2
Views: 4647

Choose Database no longer updates old Database

It seems that File - Choose Database no longer updates selcted databases created in an old Open Dental format. The database can only be updated if chosen at start up. I have zips of my old databases. I unzipped the old opendental data (from c:\mysql\data\opendental) to c:\mysql\dataopendental2007090...
by V Suite
Sun Jan 13, 2008 12:02 am
Forum: Advanced Topics
Topic: Queries return treatment planned patients
Replies: 0
Views: 2848

Queries return treatment planned patients

Greetings. On entering these exceptionally useful query examples, I discovered that #35 (families seen in last 3 years) also includes patients that were treatment planned but not seen as also does 46. Some queries also appear to offer duplicate functionality: 29&47, 39 & 49 (with slight differences)...
by V Suite
Thu Jan 10, 2008 10:45 pm
Forum: Developers
Topic: Cannnot tab through new patient setup
Replies: 8
Views: 10362

Ah, but we don't use State or Zip Code here. Can it be customized to tab sequentially, Address, Address2, City? with a setting to choose which option? In addition, we generally only use the last 7 digits of the phone number, so the current setting with parentheses appearing around the first 3 digits...
by V Suite
Wed Jan 09, 2008 5:28 pm
Forum: Advanced Topics
Topic: Address & Phone number Customization
Replies: 4
Views: 7044

Address & Phone number Customization

Is it possible to customize how Open Dental handles addresses and phone numbers? My practice is in a Caribbean island, we just need to enter Address, Address2, City, not 'State'. When we print 'Recall' labels, the City line prints with a comma at the end, but we have nothing else, so it looks slight...
by V Suite
Wed Jan 09, 2008 5:19 pm
Forum: Developers
Topic: Cannnot tab through new patient setup
Replies: 8
Views: 10362

If I recall, all versions have skipped fields when entering the Patient information in the Patient Module.

Is there some way of checking what is the tab order?
by V Suite
Thu Jan 03, 2008 10:21 pm
Forum: Developers
Topic: Laser Labels
Replies: 10
Views: 14311

Thank you for your response.

Is it possible to set the recall for all patients to _now_? That way I can easily use the label feature built in to get all patients?

On a separate issue, how can the names in Unscheduled List be sorted for example by name? (currently defaulted to date)?

Thanks.
by V Suite
Thu Jan 03, 2008 4:14 am
Forum: Developers
Topic: Laser Labels
Replies: 10
Views: 14311

What should I do to get labels for all patients instead of just those on recall please?

What should I do to export a list of all patients to Word or OpenOffice please?
by V Suite
Thu Dec 27, 2007 6:42 pm
Forum: Developers
Topic: Laser Labels
Replies: 10
Views: 14311

Mowgli, How do you do export the data to Open Office for laser labels?
by V Suite
Mon Dec 17, 2007 3:16 pm
Forum: Main Forum
Topic: Current Versions
Replies: 5
Views: 6730

Current Versions

Might it be okay to name the new 'previous versions' page 'current versions' since it apparently reports only the latest production and beta versions. Then when a beta version becomes production, all of the information for the old production version can be moved to the previous 'previous versions' p...
by V Suite
Mon Sep 10, 2007 3:58 pm
Forum: Developers
Topic: Exception in appointment
Replies: 2
Views: 5201

Sorry for incomplete bug report. 5.0.18. But nice it's fixed in 5.1.

Thanks for all the great work by everyone.
by V Suite
Thu Sep 06, 2007 8:31 pm
Forum: Developers
Topic: Exception in appointment
Replies: 2
Views: 5201

Exception in appointment

I came across an exception in Appointment module: double-clicking on an appointment triggered an exception when the appointment did not have a provider assigned. I'm not sure how the appointment was set up without a provider (back in version 4.4 possibly, since we just switched to 5.0). I ignored th...
by V Suite
Sun Aug 19, 2007 7:46 pm
Forum: Developers
Topic: Faulty CombinePaths reference
Replies: 3
Views: 6187

No prob. I'm now looking at CodeBase.ODFileUtils in the current /head, and see that a second 3 argument definition for CombinePaths is there which would fix the problem. I need to redownload OD5.0 source as it should also be there now.
by V Suite
Sun Aug 19, 2007 7:07 pm
Forum: Developers
Topic: Faulty CombinePaths reference
Replies: 3
Views: 6187

Faulty CombinePaths reference

I'm sorry to post this as I'm sure it will be corrected quickly in the current 5.0.x SVN. The solution could not build because of a faulty reference to ODFileUtils.CombinePaths in FormCommunications.cs which tried to combine 3 strings though it can only combine two. This error broke my previous test...