Customer Portal

If you haven’t already, register for the Customer Portal: unlock a wealth of useful information and submit cases in an easier, more efficient way! Find out more here.

Saving a from via WebDAV

OyezForms application-level macros are intended to extend program functionality using external code. One possible area is saving via HTTP using WebDAV standards.

Capturing the FILE>SAVE event

The following sax-basic code captures the save event and instantiates and external object See c# code example, below. Note: .GetUserStorageFolder() was implemented in OyezForms v10.00n.

Simple c# WebDAV PUT

The above script triggers COM-visible C# code, below. This simple proof-of-concept example offers no user interaction, and saves the form to a remote web location using the PUT verb.

See also

www.webdav.org