Notifications
Clear all
General Discussion
4
Posts
2
Users
0
Reactions
71
Views
Topic starter
The question is about the PMH form that was passed on to me. I would like to have a comma appear after the past med hx that auto populates in the multi-line edit field, Does anyone know how to do this?
Posted : January 13, 2016 6:51 am
I would need to see what MEL you are using, but it could be something as simple as document.multilineedit = past med hx + ", "
Posted : January 13, 2016 11:42 am
Topic starter
Thank you for helping. Where should I insert your answer into the expression? This is the MEL:
{CFMT(OBSANY("PAST MED HX"), "", "", "B", "
")}
Posted : January 14, 2016 5:01 am
ok so this will actually be very simple. you will just need to add a comma within the last set of quotes:
{CFMT(OBSANY("PAST MED HX"), "", "", "B", ",
")}
Posted : January 14, 2016 7:17 am