Sunday, February 19, 2012

Display Parameters/Global variables

I am trying to display this in TextBox in the Footer:
This is Page =Globals!PageNumber
However, it doesn't work. It only works if I remove the "This is Page". Is
there any way so that I can use one text box to display both my text and the
variable?
Thanks.You have to use string concatenation:
="This is Page " & Globals!PageNumber
-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.
"Zean Smith" <nospam@.nospamaaamail.com> wrote in message
news:ZvOdneXAJd3bEqTeRVn-iw@.rogers.com...
>I am trying to display this in TextBox in the Footer:
> This is Page =Globals!PageNumber
> However, it doesn't work. It only works if I remove the "This is Page".
> Is
> there any way so that I can use one text box to display both my text and
> the
> variable?
> Thanks.
>
>

No comments:

Post a Comment