Hi,
I am trying to display some text in a text box in a report in the Body section of the report. Its just simple a textfield in a window.
The code is:
rpt.Minutes.Text=TextWindow.TextField.Text
rpt.Members.Text=TextWindow.txtMembers.Text
When I run the report, the text fields are blank. However, if I move the same text fields to the Header section of the report, the text is displayed normally. Why can’t the same textboxes display correctly when located in the Body section?
Any suggestions would be greatly appreciated.
Jim