Hi Jorg,
I think your right about the URL, I am working on a Local Host and it seems to open the receiving Applicationfine, however it's not passing the variables. I am able to hard code the date on the receiving part and it restricts to the date values:
DS_2.setFilterExt("0CALDAY", "03/01/2008 - 03/17/2014");
But when I try to pass using the variables I once again get all the data without restriction:
Here is the code from the sending application On Select :
APPLICATION.openNewWindow("http://localhost:56572/aad/web.do?APPLICATION=WIMO_SUMMARY_OPEN_DETAIL&designersessionid=37a1cfaa7e734cd9afa35cb4cd627d41" +
"Xv_DateFrom=" + DS_1.getVariableValueExt("ZPORDAT3") +
"Xv_DateTo=" + DS_1.getVariableValueExt("ZPORDAT5"));
Here is the code from the recieving application Global Script Variable"
Xv_DateFrom String True
Xv_DateTo String True
Here is the code from the receiving application On Startup"
DS_2.setFilterExt("0CALDAY", Xv_DateFrom + " - " + Xv_DateTo);
I'm trying to find a resolution to the Local Host URL issue and will update when I do.
Thanks for your help,
Norm