Alter Label in Report Section Header When Section Continues to Additional Page

  • Thread starter Thread starter microsoft
  • Start date Start date
M

microsoft

I've got a report section that repeats with each page if the section spans
more than one page. I would like to dynamically alter the label text to add
' (cont)'. Which Event should I use? I tried the Format Event, however I
kept getting an error message that I couldn't reference the control because
it didn't have the focus.
 
What code were you using?

If you were explicitly referring to the controls .Text property, either
change it to .Value, or remove the reference to the property completely.
 
Back
Top