--------Livelink Appearance: the easiest way to skin Livelink.Contact hstoop@opentext.com for more information.
-----Original Message-----From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com]Sent: dinsdag 24 juni 2003 15:23To: eLink RecipientSubject: Sharing Values Accross Request Handlers Sharing Values Accross Request Handlers Posted by IAEA_001User3 (Alcala-Soler, Francisco J) on 06/24/2003 09:14 AM How can I pass a large RecArray from one Request Handler (RH) to another?The first one takes some time in creating the RecArray and I use the function BroserBegone() to report on progress and to prevent the browser from timimg out. After producing the RecArray, I would like to use it in order to produce a new page, but the page can only be produced from the second RH after using the above function.I have tried to create the page as the final progress report that the second RH would load, but it's so large in terms of processing, javascript and html, that I am finding it cumbersome.Are there any other possibilities? I am thinking about writing the final page as a Webscript and using Application Globals for the values, but any other ideas would be highly appreciated.Thanks,Curro