Hi Milo
I was able to replicate the issue.
The issue seems to be related to the way in which
data is being populated, because if I use the attached New_Data_text.XML then
the headers for positions beginning with B2006.23276 do get rendered. However
headers for B2006.23278 do not show.
block_nr_Headers OnFormat property does not seem
to fire in these cases (you may use a message box to check the occurrence). It
seems to be related to the values set for the Block_nr element in the data
file.
I also noticed that the issue occurs at some
instances in Position B2006.23272 also, when using Data_text.XML as data
source.
Hope it provides you some pointers.
Regards
Dave
Hi Dave,
sorry I'm late. Here are my test files, data_test.xml is my data source
(table laborlegende) and report_test.xml is report definition file. When you
start report you will see in preview most left column contains 1 or 0. 1 means
I want to hide block_nr_Header at this position otherwise I want to show it.
Information is in field hideheader and script on header is:
if hideheader = 1 then
block_nr_Header.Visible =
False
else
block_nr_Header.Visible = True
end if
problem: look at second page where position begins with B2006.23276, from
there all block_nr_Header(s) are hidden even field hideheader=0. Have you an
idea why?
Regards,
Milo
http://helpcentral.componentone.com/cs/forums/p/75390/205555.aspx#205555