|
Prev: Selecting a printer by data
Next: Vo2Ado Question
From: Alessio Bernardini on 30 Jun 2008 06:01 Hello, I�m updating a report (report pro 2.14) I wrote some time ago. The previous version had to be run once for each employee, now I�d like to run it once and get a page for each employee. The report contains 2 sections, each page body get data from different tables. At this moment I�m stuck at the following problem/question: A)In the section 2 I declared a trigger that is fired before the group footer of section 1 is completed, how can I force the writing of the whole section 1 (footer included)? B)Is it possible to export a variable from one section to another? Thank you in advance for your attention Alessio -- questo articolo e` stato inviato via web dal servizio gratuito http://www.newsland.it/news segnala gli abusi ad abuse(a)newsland.it
From: richard.townsendrose on 2 Jul 2008 16:30 Alessio on A i think you need to force a new page in the group footer the answer to B is No. each section can see its own variables, tho' you can sometimes let the main section see other sections variables .... the best way is to have a function [dont forget to declare it in the RPForceLink module] with a static that carries the value. so you can make a call that PUTs the value, and another that GETs the value. we do some very substantial processing like this with some huge arrays of data. richard
From: Alessio Bernardini on 3 Jul 2008 04:55 richard.townsendrose ha scritto: > Alessio > on A i think you need to force a new page in the group footer > the answer to B is No. each section can see its own variables, tho' > you can sometimes let the main section see other sections > variables .... > the best way is to have a function [dont forget to declare it in the > RPForceLink module] with a static that carries the value. > so you can make a call that PUTs the value, and another that GETs the > value. > we do some very substantial processing like this with some huge arrays > of data. > richard Hi Richard, thank you for your answer, I�ll try this way. See you Alessio -- questo articolo e` stato inviato via web dal servizio gratuito http://www.newsland.it/news segnala gli abusi ad abuse(a)newsland.it
|
Pages: 1 Prev: Selecting a printer by data Next: Vo2Ado Question |