C
chridevo
When I export a simple report to XML most things work well except for some
fields which require evaluation of an expression. A specific example of this
is where I have a field in the Page Header section with the control source
=Now(). No data appears to be exported for this field.
Peversely, if I put the same field in the Page Footer section it works OK
and returns a date. In a similar vein [TempVars]![varTitle] does not evaluate
in either the Page Header or Page Footer sections.
I have tried using labels and setting the .caption in the OnLoad event but
this does not work either. I am not familiar with XML/XSL/XSD. If anyone can
shed some light on this I would appreciate it.
fields which require evaluation of an expression. A specific example of this
is where I have a field in the Page Header section with the control source
=Now(). No data appears to be exported for this field.
Peversely, if I put the same field in the Page Footer section it works OK
and returns a date. In a similar vein [TempVars]![varTitle] does not evaluate
in either the Page Header or Page Footer sections.
I have tried using labels and setting the .caption in the OnLoad event but
this does not work either. I am not familiar with XML/XSL/XSD. If anyone can
shed some light on this I would appreciate it.