Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8720

Re: Trouble Passing URL Parameters between Applications

$
0
0

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

 



Viewing all articles
Browse latest Browse all 8720

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>