J
JimP
I have a report with code in the "On Format" event for a group header
section. The code formats the section, makes certain controls visible, sets
labels etc.
The code is processed when I run
DoCmd.OpenReport strReportName, acViewPreview
The code is NOT processed when I run
DoCmd.OpenReport strReportName, acViewNormal
I tried a compact & repair on the mdb, a "\decompile" and compile on the
mdb, as well as importing all of the report objects into a new report - to
no avail.
...any suggestions as to the cause or a solution?
section. The code formats the section, makes certain controls visible, sets
labels etc.
The code is processed when I run
DoCmd.OpenReport strReportName, acViewPreview
The code is NOT processed when I run
DoCmd.OpenReport strReportName, acViewNormal
I tried a compact & repair on the mdb, a "\decompile" and compile on the
mdb, as well as importing all of the report objects into a new report - to
no avail.
...any suggestions as to the cause or a solution?