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)
StiSavingObjectEventArgs (Saveas always returns true)
Hi,
I fixed this myself -
StiDesigner.DontAskSaveReport = True
Now only saveas returns true.
I fixed this myself -
StiDesigner.DontAskSaveReport = True
Now only saveas returns true.