Search found 7 matches
- Tue Oct 02, 2012 12:17 am
- Forum: Main Forum
- Topic: Free Intraoral Capture Button Software
- Replies: 12
- Views: 54527
Re: Free Intraoral Capture Button Software
I've downloaded the file and autohotkey. How do I open the file? Where is the readme.txt file?
- Thu Nov 03, 2011 7:45 pm
- Forum: Main Forum
- Topic: Receipts
- Replies: 15
- Views: 19530
Re: Receipts
I don't think its necessary for the numbers to be sequential. How can I add in that feature?
- Wed Nov 02, 2011 10:07 pm
- Forum: Main Forum
- Topic: Receipts
- Replies: 15
- Views: 19530
Re: Receipts
Why not just have a box with running numbers eg like signature box so that we can add that into the sheets. Creating our own receipts is easy the only thing lacking is the unique running number.
- Wed Nov 02, 2011 7:19 pm
- Forum: Main Forum
- Topic: Query for language
- Replies: 3
- Views: 5832
Re: Query for language
Thanks... modified it again to show me the whole list
SELECT patient.LName,patient.WirelessPhone,patient.language FROM patient
anyway to sort it by language?
SELECT patient.LName,patient.WirelessPhone,patient.language FROM patient
anyway to sort it by language?
- Wed Nov 02, 2011 6:49 pm
- Forum: Main Forum
- Topic: Receipts
- Replies: 15
- Views: 19530
Re: Receipts
yes.. patient letter. Any other sheets that I can use?
- Wed Nov 02, 2011 12:15 am
- Forum: Main Forum
- Topic: Receipts
- Replies: 15
- Views: 19530
Re: Receipts
Now I'm using the sheets feature to create my own receipt. The downside is that there is no unique receipt number. Anyway that I can add it in
- Tue Nov 01, 2011 11:11 pm
- Forum: Main Forum
- Topic: Query for language
- Replies: 3
- Views: 5832
Query for language
I need to have a query for the languages used by patients eg. a list of patients that speak english, another list for patients that speak chinese. Does anyone know what is the query for it? Tried SELECT patient.LName FROM patient WHERE patient.language = 'English' Didn't seem to work. Can any one te...