Anybody know anything about this function?
We're using it from an encounter document but it doesn't seem to work the same as it does from a quick text.
Specifically, the MEL call to add an immunization (IMMUN_ADD) works from a quick text but the exact same code fails with the -99 "unknown error" when invoked via SHOW_HTML_FORM in a form.
Are there any secret parameters to SHOW_HTML_FORM that you know of? It appears it just takes a URL and a title, right?
Thanks,
Dennis
I searched the CCC 9.0 content and found these strings:
RUNPROCESS {show_html_form("//localserver/EncounterForms/Immunization/Immunization.html",ImmuHTMLFormTitle("4"))}
RUNPROCESS {SHOW_HTML_FORM("//localserver/EncounterForms/Care/Care_Plan.html","Care Plan Management")}
RUNPROCESS {SHOW_HTML_FORM("//localserver/EncounterForms/Care/Care_Plan.html",CP_HTMLFormTitle("1"))}
{!SHOW_HTML_FORM("//localserver/EncounterForms/MedAdmin/MedAdmin.html",ADM_HTMLFormTitle("2"))}
RUNPROCESS {SHOW_HTML_FORM(ccc_recon_server_path,"Reconciliation")}
Does anyone know if there is a way to set the size of the initial pop up window when calling show_html_form? Does the function take a height or width parameter?
Thanks!
Jason