Home Information PDF Documents EULANDA Handbooks Training Book's corner Download Contact us Table of Contents About us

Glossary

Password needed Newsgroup

Remote Support system

Client Object (iScript)

Back | Level back

The client object is the interface between all client specific functions in EULANDAŽ.

Methods

  • function CreateDataset - generates a new dataset
  • procedure Print - Expression from reports or storage as file (PDF)
  • procedure SendKeys - Send from keyboard macros
  • procedure ShowAppSettings - Shows the property sides of the EULANDAŽ attitudes
  • function ExecuteSql - Execution of SQL commands
  • function CreateDialog - Produces a dialog window
  • procedure Navigate - Change to a certain data record or program module 

Properties

  • property Active: Boolean read/write - indicates whether the client is started
  • property Alias: String read - Indicates the name of the client
  • property DatabaseName: String read - The name of the database in the SQL Server
  • property DBConnectionString: String read - The ADO/OLE/DB connection string
  • property Username: string read - The windows username
  • property PCName: string read - The name of the computer
  • property Servername: string read - The name of the SQL database server
  • property LagerGruppe: warehouse group
  • property Connection:  ADODB . Connection - allows the ADO-object the access on the database

Method: Client.ExecuteSql (iScript)
Method: Client.Print (iScript)
Method: Client.ShowAppSettings (iScript)
Method: Client.CreateDataset (iScript)
Method: Client.CreateDialog (iScript)
Method: Client.SendKeys (iScript)
Method: Client.Navigate (iScript)
Methode: Client.Properties (iScript)