Dymo Label Printer zip and JS script
Update May 3rd 2015 - From Stanley Hurwitz - The (New) zip file consists of an HTML form, DymoLabelNew.html and two js files that are uploaded to the image directory. The source code was downloaded directly from Dymo's site (works for Windows 7, 8.1 and 8.2):---
http://www.labelwriter.com/software/dls/sdk/samples/js/PrintLabel/PrintLabel.html ---
http://labelwriter.com/software/dls/sdk/js/DYMO.Label.Framework.latest.js ---
http://developers.dymo.com/2010/06/02/dymo-label-framework-javascript-library-samples-print-a-label ---
The label form can be accessed in the usual manner as an eform. I've also attached a GM that places a button on the master and encounter screens for ease of use. The GM requires a bit of tweaking as the form ID needs to be individualized. (see description below about the form id or fid). With the first use of the label form, you will probably get an error message "Dymo printer not found" as FireFox will block the add on. There should be an alert in the right upper screen asking to ALLOW or CONTINUE BLOCKING. Click ALLOW AND REMEMBER. ------ From 2014 ----
For this to work you need to know and insert the ID (for the eform) on YOUR server of the Dymo Appointment Label eform - it is called an fid. First install the html. Then open it up and you can find it (the FID) in the address bar when you open up the eform: for example --------- https://**.**.**.***:11042/oscar_*********/eform/efmformadd_data.jsp?fid=617&demographic_no=10060&appointment= -------- look for the fid= of the eform ON YOUR SERVER (ie what is in the place of 617 in this example) and copy down the number, then open up the greasmonkey script in something like notepad (not MS Word, it will alter the code) insert that number in the greasemonkey script where it says: var formPath = vPath + "/eform/efmformadd_data.jsp?fid=37&demographic_no=" + demo_no // INSERT YOU OWN FORM ID (fid=??) HERE (replace ## with the number you found). The load the greasemonkey script in the images library. Dr. Hurwitz is available to explain further if their are questions: sdhurwitz@gmail.com
- Dymo Label Printer zip file
- Dymo Label Printer GM file
- to place a button on the Master and Encounter screens. please see the description about the form id or fid number.
Document Actions