suite4.net.FormDatabase Documentation

IForm.SerializeToSwfXml Method

Serializes the current IForm and an instance of a business object bound to it to an XML string. The XML is processed by the WebLoader component to dynamically draw a form and display the business object's values in a Macromedia Flash form.

Overload List

Serializes the current IForm and an instance of a business object bound to it to an XML string. The XML is processed by the WebLoader component to dynamically draw a form and display the business object's values in a Macromedia Flash form.

string SerializeToSwfXml(object);

Serializes the current IForm and an instance of a business object bound to it to an XML string. The XML is processed by the WebLoader component to dynamically draw a form and display the business object's values in a Macromedia Flash form. After the WebLoader has rendered a form, a specified JavaScript or VBScript function is called.

string SerializeToSwfXml(object,string, string);

Serializes the current IForm, an instance of a business object and a WebLoaderAlert to an XML string. The XML is processed by the WebLoader component to dynamically draw a form and display the business object's values in a Macromedia Flash form.

string SerializeToSwfXml(object,WebLoaderAlert);

Serializes the current IForm, an instance of a business object and a WebLoaderAlert to an XML string. The XML is processed by the WebLoader component to dynamically draw a form and display the business object's values in a Macromedia Flash form. After the WebLoader has rendered a form, a specified JavaScript or VBScript function is called.

string SerializeToSwfXml(object,WebLoaderAlert,string,string);

See Also

IForm Interface | suite4.net.FormDatabase Namespace