Notifications
Clear all
Topic starter
Hello All,
I have a button with the following code in the run process. At the moment it does not do anything. When I run a mel trace it returns function is not executable. I've messed around and can't get it to work. They syntax looks ok to me. Any suggestions?
{
ADD_FORM_COMP('Enterprise\Testing','Pessary Insertion-Procedure',’AFTER CURRENT’,’OPEN’)
document.code = "Insertion of Pessary ~ CPT-57160"
}
Posted : July 25, 2014 5:40 am
AFTER CURRENT needs to be AFTER_CURRENT. Also, you have two different types of apostrophes in there, the straight up and down ones and the tilted ones.
Posted : July 25, 2014 6:25 am
Topic starter
Thank you. Sometimes you just need a second pair of eyes to look at something.
Posted : July 28, 2014 12:56 am