Hello All,
Has anyone developed a form that opens a different tab on opening the form rather than the first one? I tried something like this:
{!
JUMP_TO_TAB('FS-Summary')
}
This works on initial form load, but if you bring the visit off of hold it doesn't work and you get a pop up that says: "This dialog has no tabs to jump to."
Thanks,
Brad
Brad, just a thought here. Have you looked at the settings for your encounter form template?
This is accessible under Administration > Chart Documents > Encounter Types
There are three options for the Encounter Type for opening the first form in the template: 1) Never; 2) First Time Only; 3) Every Time
I would check this and set it to "Every Time"
Perhaps the form is displaying the text translation the next time you open the encounter and the watcher expression you are using above can't locate the form name. If that's not the issue, then let me know and I'll see if I can come up with another idea.
If your encounter template contains multiple forms, then you will likely have to have your multi-page form as the first form in the template. If you can't do that, then you will probably need to place a watcher expression in the first form of the encounter template (assuming there are multiple form components) and have that watcher expression open up the proper form first. Make sense?