2008 Style
ClientLink Class Members
See Also  Properties  Methods  Send Feedback
Org.Edgerunner.Dynamics.Nav.CSide Namespace : ClientLink Class


Glossary Item Box

The following tables list the members exposed by ClientLink.

Public Constructors

 NameDescription
Public ConstructorClientLink ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCommitCacheIndicates whether commit cache should be active.  
Public PropertyCompanyIndicates which company to open.  
Public PropertyDatabaseIndicates which database file to access.  
Public PropertyForceNewInstanceIndicates whether a new instance of the Classic client should be started regardless of whether a suitable instance is running. The default value is no.  
Public PropertyNetTypeIndicates the NetType to use for the client instance.  
Public PropertyNtAuthenticationIndicates whether to use windows login authentication. The default is database login.  
Public PropertyObjectCacheIndicates the size of the object cache to use.  
Public PropertyPositionIndicates which record to select. The format is the same as for the SourceTablePlacement Property on a form.  
Public PropertyRequestFormIndicates whether a report should display its request form. The default value is no.  
Public PropertyServerIndicates which database server to which the Classic client or Microsoft Dynamics NAV Server connects.  
Public PropertyServerTypeIndicates which server to connect to.  
Public PropertyTarget

Indicates which object to run. Valid argument values are the following:

  • form xxx

  • formxxx

  • Form xxx

  • Formxxx

  • report xxx

  • reportxxx

  • Report xxx

  • Reportxxx

Where xxx is either the object number or object name.

 
Public PropertyTempPathIndicates the folder path to be used as the temp folder for the client.  
Public PropertyViewIndicates which filter to set. The format is the same as for the SourceTableView Property on a form.  
Top

Public Methods

 NameDescription
Public MethodOpenAttempts to open a Navision client instance using the link data contained within the current ClientLink instance.  
Public Methodstatic (Shared in Visual Basic)ParseOverloaded.  Attempts to parse the provided Navision client link and return a new ClientLink instance populated with data.  
Public MethodToStringReturns a constructed Navision client link string containing data from the current ClientLink instance.  
Top

See Also

© 2013 All Rights Reserved.