The following tables list the members exposed by ClientLink.
Name | Description | |
---|---|---|
![]() | ClientLink Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CommitCache | Indicates whether commit cache should be active. |
![]() | Company | Indicates which company to open. |
![]() | Database | Indicates which database file to access. |
![]() | ForceNewInstance | Indicates whether a new instance of the Classic client should be started regardless of whether a suitable instance is running. The default value is no. |
![]() | NetType | Indicates the NetType to use for the client instance. |
![]() | NtAuthentication | Indicates whether to use windows login authentication. The default is database login. |
![]() | ObjectCache | Indicates the size of the object cache to use. |
![]() | Position | Indicates which record to select. The format is the same as for the SourceTablePlacement Property on a form. |
![]() | RequestForm | Indicates whether a report should display its request form. The default value is no. |
![]() | Server | Indicates which database server to which the Classic client or Microsoft Dynamics NAV Server connects. |
![]() | ServerType | Indicates which server to connect to. |
![]() | Target | Indicates which object to run. Valid argument values are the following:
Where xxx is either the object number or object name. |
![]() | TempPath | Indicates the folder path to be used as the temp folder for the client. |
![]() | View | Indicates which filter to set. The format is the same as for the SourceTableView Property on a form. |
Name | Description | |
---|---|---|
![]() | Open | Attempts to open a Navision client instance using the link data contained within the current ClientLink instance. |
![]() ![]() | Parse | Overloaded. Attempts to parse the provided Navision client link and return a new ClientLink instance populated with data. |
![]() | ToString | Returns a constructed Navision client link string containing data from the current ClientLink instance. |