WebServiceAdapter.Submit Method
InfoPath Developer Reference |
Executes the submit operation on the associated adapter.
Version Information
Version Added: InfoPath 2003
Syntax
expression.Submit
expression An expression that returns a WebServiceAdapter object.
Return Value
Nothing
Remarks
Fails if the SubmitAllowed property of the WebServiceAdapter object is False.
Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
See Also