M
maor110
Hello again.
I want so Save my form.
After initialize the OnSaveRequest via the "save as"-Menubutton, the
eventObj.IsSaveAs Property is true but after initialize OnSaveRequest with
XDocument.SaveAs("c:\test.xml") from code, the eventObj.IsSaveAs Property is
false and the error " The form has no filename." appears.
How can it be?
(my form is fully trusted)
(helpfiletext:"The IsSaveAs property returns true when the event was
triggered by a call to the SaveAs method")
Thanks in advance,
Paul Degenkolbe
I want so Save my form.
After initialize the OnSaveRequest via the "save as"-Menubutton, the
eventObj.IsSaveAs Property is true but after initialize OnSaveRequest with
XDocument.SaveAs("c:\test.xml") from code, the eventObj.IsSaveAs Property is
false and the error " The form has no filename." appears.
How can it be?
(my form is fully trusted)
(helpfiletext:"The IsSaveAs property returns true when the event was
triggered by a call to the SaveAs method")
Thanks in advance,
Paul Degenkolbe