The following tables list the members exposed by Client.
Name | Description | |
---|---|---|
![]() | ApplicationVersion | Gets the application version. |
![]() | Company | Gets the company name. |
![]() | CSideVersion | Gets the C/Side version. |
![]() | CurrentForm | Gets the current open and active form inside the Navision client instance. |
![]() | Database | Gets the database name. |
![]() | IsBusy | Gets a value indicating whether the Dynamics Nav client associated with instance is busy. |
![]() | IsRunning | Gets a value indicating whether the Dynamics Nav client associated with this instance is running. |
![]() | Objects | Gets the objects in the database the client is attached to. |
![]() | Server | Gets the server name. |
![]() | ServerType | Gets the type of the server. |
![]() | Tables | Gets the tables in the database the client is attached. |
![]() | WindowHandle | Gets the window handle for the Navision client instance. |
Name | Description | |
---|---|---|
![]() | BeginTransaction | Begins a transaction inside the Navision client instance. |
![]() ![]() | Cleanup | Disposes of all Client instances. |
![]() | Commit | Commits the current transaction and automatically begins a new one. |
![]() | CompileObject | Compiles the specified object. |
![]() | CompileObjects | Compiles the objects within the supplied filter. |
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | EndTransaction | Ends current the transaction. |
![]() | Error | Triggers an error to be displayed inside the Navision client instance with the supplied message. |
![]() ![]() | GetClient | Overloaded. Gets the specific running Navision client instance that corresponds to the supplied serverType/server/database/company. |
![]() ![]() | GetClients | Overloaded. Gets a List of the current running Navision client instances. |
![]() | GetObject | Retrieves a specific Object instance. |
![]() | GetObjects | Retrieves a dictionary containing objects indexed by their object number. |
![]() | GetTable | Retrieves an Table instance that corresponds to the table ID provided. |
![]() | OpenLink | Opens the hyperlink within the Navision client instance. |
![]() | ReadObjectToStream | Reads the specified object to a stream. |
![]() | WriteObjectFromStream | Writes the specified text object to Navision from a stream. |
Name | Description | |
---|---|---|
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Client is reclaimed by garbage collection. |
Name | Description | |
---|---|---|
![]() | Activated | Occurs when the client instance gains focus. |
![]() | CompanyChanged | Occurs when the client instance changes company. |
![]() | DatabaseChanged | Occurs when the client instance changes database. |
![]() | Deactivated | Occurs when the client instance loses focus. |
![]() | FormOpened | Occurs when a form is opened inside the client instance. |
![]() | ServerChanged | Occurs when the client instance changes server. |