Hello CHUGgers,
Does anyone know why whenever I edit my CCC files and I click on "Open Text File To Edit" I cannot find the files. I get an error "the system cannot find the path specified"
Thanks in advance.
Dorothea,
I recall having this issue when we first started using CPS. You need to make sure that this is how your USRLIB.TXT file in the Client folder looks. I believe the problem was with the ccc_sys_path() function definition.
// CLINICFOLDERNAME Clinic userlib.txt
// Network path
fn ccc_net_path() {DIR_EMR()}
// Path for system files:
fn ccc_sys_path() {DIR_EMR() + "\\CCC"}
load(".\\usrlibccc-basic.txt")
// Path for supplemental folder:
fn supplement_path() {DIR_EMR() + "\\CLINICFOLDERNAME"}
/* 9-11-06 */
load(supplement_path() + "\\CCC-fndef-Load-supplemental.ccc")
So I tried that but when I logged into the single user I was not able to see any of my specialties in my drop down. Do you know why?
thanks in advance.