Hello,I am trying to open a new browser window using Formcalc and
gotourl. We are using Livecycle Designer ES2 9.0 Previous versions of
Designer had an extra parameter at the end such as :
xfa.host.gotoURL(, 1) or xfa.host.gotoURL(, 0) But in 9.0 the
second parameter is removed , so I'm left only with
xfa.host.gotoURL() and this replaces my form rather than opening a
new window.Our company restricts the use of Javascript with Adobe so I
am left with Formcalc to accomplish what I need. Does anyon...