I am generating a cursor with field names produced on the fly, depending on
the month that the routine is run.
I want to design a report and display these fields and wondered whether I
could do it via macro substitution, along the lines of
lcVariable = <fieldname>
and then in the report detail band put
&lcVariable
but it failed. I tried making the variable private or public but this had no
effect. Is there a way of doing this?
Sincerely
Stephen