Mailing List Archive

Better error on report saving
This patch forbids the overwriting of an existing NSR or NBE report (I
lost one once)
It also displays an error if the save fails for any other reason.

Yes? No?
Re: Better error on report saving [ In reply to ]
On Tue, 2002-09-10 at 13:49, Michel Arboi wrote:
> This patch forbids the overwriting of an existing NSR or NBE report (I
> lost one once)
> Yes? No?

Yes! But, does returning -1 prevent the "was saved" flag from being
set, such that the GUI will warn you if you attempt to exit? I'm
assuming so, which is good...

Kris
Re: Better error on report saving [ In reply to ]
"Kristofer T. Karas" <ktk@enterprise.bidmc.harvard.edu> writes:

> Yes! But, does returning -1 prevent the "was saved" flag from being
> set, such that the GUI will warn you if you attempt to exit?

No. I forgot that.
And this breaks the command line version, so this patch is not good.