Page 1 of 1

StiSavingObjectEventArgs (Saveas always returns true)

Posted: Tue May 06, 2008 4:01 am
by colin812
Hi,

I handle my own On_SavingReport event.
Whether I choose save or save as on the designer the Saveas argument always returns true.

Is this expected behaviour?
If so, how would I handle save and save as in code.

thanks,
Colin Edwards

StiSavingObjectEventArgs (Saveas always returns true)

Posted: Tue May 06, 2008 5:00 am
by colin812
Hi,

I fixed this myself -

StiDesigner.DontAskSaveReport = True


Now only saveas returns true.