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