i have a report with a list object, containing some tables.
the first tables have repeatonnewpage set to true, but this actually not work! do you know if there are some issues in using repeatonnewpage in tables within a list? I don't know where to bang my head...
thanks in advance
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog0
Comments
i tried to go with the getdata/setdata solution to show my fields in the report header, but it didn' work! the shown value is always the same ](*,)
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
i added a report header, i added a textbox with value
"=SetData(ReportItems!Nameofthetextboxiwant.Value,1)"
under it (in the report header)
"=GetData(1)"
here's the catch: setdatafunction is
Public function Setdata(newvalue as object,Group as integer)
Public function Getdata(group as integer) as object
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!