G
Guest
Hi!
I have a report which gets dynamically created in code when a button is
pressed on a form. This is because it is based on a multi-value crosstab
query where just about everything can change!
Anyway, it all works fine, except when I close the report, I get prompted to
save changes to it's design. This I will never want to do, so how do I stop
this?
I have tried report.dirty = false, but that gives an error.
Any help greatly appreciated.
Thanks
I have a report which gets dynamically created in code when a button is
pressed on a form. This is because it is based on a multi-value crosstab
query where just about everything can change!
Anyway, it all works fine, except when I close the report, I get prompted to
save changes to it's design. This I will never want to do, so how do I stop
this?
I have tried report.dirty = false, but that gives an error.
Any help greatly appreciated.
Thanks