H
Hallgeir
In my report code I have a format event for the toptext on page section. I
need to go trough every label in the section and do a couple of things like
setting the caption and the borderstyle. I belive it's a good idea to use
the for each statement, but I can't figur out what to use instead of the
questions mark in my example.
Example:
For Each ??? in ???
Label.caption="x"
Next
I hope someone can help me. Do I need to declare any variables?
Thanks!
Hallgeir
need to go trough every label in the section and do a couple of things like
setting the caption and the borderstyle. I belive it's a good idea to use
the for each statement, but I can't figur out what to use instead of the
questions mark in my example.
Example:
For Each ??? in ???
Label.caption="x"
Next
I hope someone can help me. Do I need to declare any variables?
Thanks!
Hallgeir