Hello,
I was wondering if anyone knows of a way to trigger quicktext in a VFE form using MEL and/or button formula.
My goal would be to have a button that references a quicktext to pull in certain text to the form, and would allow each provider to modify their "statements" themselves whenever they want, whether it be a normal exam statement or something else.
I've tried using the following code in a button, but it did not work. I first tried putting the ascii code right after the ".hpi" on the first line, but that didn't work either.
{Document.txt1 = ".hpi"}
{Document.txt1 = document.txt1 + numtoascii(160)}
thanks.
This worked on my end, where my DOCUMENT.TXT1 was a multi-line edit field:
{!DOCUMENT.TXT1 = ".hpi" + HRET}
Given, this only displayed the text, and overwrote any data in the form.
Hm. For some reason that doesn't work for me either. What version of CPS are you using?
It inserts the .hpi and also the space or HRET, but it just won't trigger the quick text for me.