Application Object Members
Office 2007
| InfoPath Developer Reference |
Represents the InfoPath application.
Methods
| Name | Description | |
|---|---|---|
![]() | CacheSolution | Examines the form template in the cache and, if necessary, updates it from the published location of the form template. |
![]() | FormatString | Formats the specified string or XML node according to the specified category and options parameters. |
![]() | IsDestinationReachable | Returns a Boolean value indicating whether the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address of the destination computer can be connected to from the client computer. |
![]() | NewADODBConnection | Creates and returns a reference to an empty ActiveX Data Objects (ADO) Connection object. |
![]() | NewADODBRecordset | Creates and returns a reference to an empty ActiveX Data Objects (ADO) Recordset object. |
![]() | Quit | Quits the InfoPath application. |
![]() | RegisterSolution | Installs the specified Microsoft Office InfoPath form template. |
![]() | UnregisterSolution | Uninstalls the specified InfoPath form template. |
Properties
| Name | Description | |
|---|---|---|
![]() | ActiveWindow | A read-only property that returns a reference to a Window object that represents the currently active window. Read-only |
![]() | LanguageSettings | A read-only property that returns a reference to the Microsoft Office LanguageSettings object. Read-only |
![]() | MachineOnlineState | A read-only property of type XdMachineOnlineState that returns the current connection state of the client computer. Read-only |
![]() | Name | A read-only property that returns a string containing the name of the InfoPath application. Read-only |
![]() | UsableHeight | A read-only property of type long integer that returns the available screen height (the maximum number of points to which you can set the height of an InfoPath document window.) Read-only |
![]() | UsableWidth | A read-only property of type long integer that returns the available screen width (the maximum number of points to which you can set the width of an InfoPath document window). Read-only |
![]() | User | A read-only property that returns a reference to the User object. Read-only |
![]() | Version | A read-only property that returns a string containing the InfoPath version number. Read-only |
![]() | Windows | A read-only property that returns a reference to the Windows collection. Read-only |
![]() | XDocuments | A read-only property that returns a reference to the XDocuments collection. Read-only |

