Error Trace

Indicates whether errors raised during a Zim session have to be written to the corresponding error trace file or not.

error trace yes/no

where yes indicates that all errors must be written to the error trace file up to the limit specified by the Maximum Error Trace Size configuration option.

Remarks

Although it may save some disk space, avoiding error printing may lead to undetected error situations. Errors and warnings are raised for a reason and well-behaved Zim applications would seldom raise errors. Therefore, it’s a wise recommendation to leave this option as yes (the default setting) and to check the error files from time to time for existing errors or warnings.

Valid Settings

The default value for all operating environments is yes.

Manage User Connections

Viewing User Connections

The User Connection utility lists all users connected to the selected Zim Server and provides an interface for disconnecting users from the server.

The column headers in the User Connections grid are described in the table below:

ColumnDescription
UserA user identifier number, assigned by Zim Server in chronological order
User NameThe name of the User connected to the host machine
TypeZim ODBC DriverZim JDBC DriverZim TC Agent, or Zim DB Agent
DatabaseThe database name as listed in zimdb.zim
ConnectedThe date and time when the connection was established
Host NameThe machine name where Zim Server is running
IP AddressThe IP address of the host machine
Agent PIDThe process ID of zdbagent.exe or zimtcagent.exe in the host machine
Client PIDThe process ID of ZimIDE.exe or zimqtc.exe in the client machine
Read LocksThe number of read locks caused by this user since connected to the server
Write LocksThe number of write locks caused by this user since connected to the server
File LocksThe number of file locks caused by this user since connected to the server
Work PathThe full path to the file in which the user information is maintained

Disconnecting Users

To disconnect a user, right click on the user number and then click on Yes in the pop-up dialog

The selected user connection will be terminated and the list of connected users will be updated

 

ZOMSet

Sets properties of selected objects.

Syntax

ZOMSet object specification [option..]

Options

;k <keyword> [!]Assigns a keyword to the selected object(s). If the keyword is already assigned, this assignment is ignored. If “!” is specified, the keyword assignment is removed for the selected object(s).
;p <property> [!]Set the specified user-designated property for the selected object(s). If “!” is indicated, the specified property is reset for the selected object(s).

Comments

This service has no special function of its own. ZOMSet selects the specified objects and sets any properties according to the given processing options. ZOMSet is convenient for setting object properties without doing any further processing on those objects.

Examples

The following command sets the object “Customers” to be locked.

ZOMSet Customers ;p l

The following command sets all objects that are compiled to be compilable.

ZOMSet +p ca ;p c

The following command sets the DataSave property for all objects that have the Data property set.

ZOMSet +p da ;p ds

The following example deletes the keyword “Sales_System” from all objects keyworded by the keyword “Sales_System.”

ZOMSet +k Sales_System ;k Sales_System!

ZOMImport

Imports dictionary descriptions of objects from documents.

Syntax

ZOMImport [<option>…]

Options

;f <format>Specifies the format in which that the Object Dictionary specifications are to be imported. There are several available formats:

Z50To import Z50 format, omit the ;f option. This is the default import / export format, and is recommended for exchanging definitions between ZOM enabled environments. Z50 files have file names that end in “.z50”.
Z45This format is suitable for importing definitions created using ZOM Version 4.5 which was released with the Developers’ Release, 4.5, of Zim for Windows. It can be used to import definitions created by this previous Windows release. Z45 files have file names that end in “.z45”.
Z41This imports definitions exported by versions of ZOM prior to 4.5. Z41 files have file names that end in “.z41”.
DT4This imports definitions compatible with ZimSAVE and ZimLOAD. It is useful for exchanging objects between ZOM and older versions of Zim. DT4 files have file names that end in “.dt4”.
OEFThis imports output which is compatible with the Object Exchange Format, a generic object exchange format definition which is designed for integration with other development tools. OEF files have file names that end in “.oef”.
;t shSpecifies that the target of the import operation is the Shadow Object Dictionary and not the Object Dictionary. See ZOMDiff for more information on comparing different versions of object definitions.

Comments

This command checks the set of objects to be imported over for locked objects prior to executing. If there are locked objects to be affected, the command issues an error and exits. An object is considered to be locked if it is locked itself, or is in a locked directory. For information about setting and clearing locks, refer to ZOMSet.

This command touches any objects imported once its action has completed. This results in the object’s status and dependency information being updated. For more information, refer to ZOMTouch.

Examples

The following command imports the objects contained in the Z50 format files.

ZOMImport

The following command imports the objects in DT4 format.

ZOMImport ;f DT4

Activate Zim Products

Activates ZIM products and provides information about the activated products in your system.

Syntax

ZIMACTIV [action] [serial number] [activation key] [company name]

Parameters

actionAn action to be taken in regards to an activation key. It can be one of-a Activates the ZIM product based on the information provided by the subsequent parameters.-c Checks the activation key.-i Lists information relevant to this activation key, such as validity, product, version, and so on.-l Lists information about all currently activated and licensed ZIM products.-m Indicates the platform to which this activation is applied.
Possible values are
1 – Windows
2 – SCO 6 and UnixWare
3 – AIX
4 – HP
5 – Solaris
6 – Linux-p Indicates the ZIM product to which this activation key applies.
Possible values are
1 – ZIM PDP
2 – ZIM ODBC Driver
3 – Server Access Modules (SAM)
4 – ZIM Web
5 – ZIM Backup Server
serial numberA five-digit number corresponding to the serial number of the ZIM product being activated. This number is provided by ZIM when you purchase the product.
activation keyString of 16 characters corresponding to the activation key of the ZIM product being activated (hyphens are optional). This key is provided by ZIM when you purchase the product.
company nameString of 8 to 50 characters corresponding to the name of the company that activates the ZIM product. This name is provided by ZIM when you purchase the product.

Comments

The ZIMACTIV utility performs various operations in regards to the current activation key or in regards to the currently activated and licensed ZIM products. Specifically, the ‘-a’ option activates the ZIM product being installed, enabling the product to run.

The ZIMACTIV utility is invoked from the operating system prompt. To be run, ZIMACTIV requires at least the action parameter; if not present, you are prompted to enter it. You are prompted for any other required parameter as well.

The company name must be entered in quotation marks if blank spaces are part of the name. Lower and upper case, as well spaces, are ignored in this parameter; the company name cannot exceed of 50 characters.

The ZIMACTIV utility has a graphical version named ZIMACTIW that runs only on Windows. The ZIMACTIV utility runs on both Windows and UNIX.

Example

zimactiv –a 12345 ABCD-ABCD-ABCD-ABCD ”My Company Name”

Selecting by the Defined Property

Objects can be selected by querying the defined property using the selection criteria “d”. All objects that are defined (i.e., described in the Object Dictionary) are selected. For example, in the following command, all the defined objects are selected for use by the ZOMLIST service:

ZOMList +p d

In the next example, all objects that are not defined are selected:

ZOMList +p d!

Operating System Requirements

Zim IDE may require changes in the configuration of the client and/or the server machines to connect to databases properly. These changes may affect the virtual memory, the compatibility or security settings of these machines. In addition, there are specific requirements to run Zim IDE, according to the version of the Zim language installed installed on each machine:

Zim 7.12

On the server machine (host)

✓ the database;

✓ Zim Integrated Server;

✓ activated Zim Integrated Server license;

On the client machine (development)

✓ Zim IDE;

✓ Zim 7.12 ODBC driver;

✓ activated Zim 7.12 ODBC license;

Zim 9.00

On the server machine (host)

✓ the database;

✓ Zim Server;

✓ activated Zim Server license;

✓ activated Zim 9.00 ODBC license;

On the client machine (development)

✓ Zim IDE;

✓ Zim 9.00 ODBC driver;

Zim Server

Different operating systems require different configuration changes to run Zim 9.00 properly.

Please consult the following links for specific configuration options for your operating system.

 

Windows XP

Windows 2000/2003/2008

Windows Vista/Windows 7

 

For more information on how to configure and use Zim Server (Zim 9.00) or Zim Integrated Server (Zim 7.12), consult Getting Started.

Zim Object Uniqueness Conditions

In the Zim language, the children of an object are represented as having a dot (“.” ) between its name and the name of its parent. For instance, a push button whose name is pButton in the form fAddCustomer in the directory dCustomerRecord will be represented as  dCustomerRecord.fAddCustomer.pButton

The complete reference to the object needs to be unique in a database. In other words, form fields need to be unique within a form, forms need to be unique within a display and also within a directory.

 

Zim IDE Overview

Unlock the Power of ZimIDE:

Streamlined Development Process: ZimIDE integrates essential development tools into a single environment, simplifying the workflow and boosting productivity.

Enhanced Collaboration: Support for multiuser development allows teams to work together seamlessly, improving efficiency and project outcomes.

Comprehensive Platform Support: With compatibility across multiple platforms, ZimIDE ensures that your applications can be developed and deployed in diverse environments.

Continuous Improvement: ZIM Corporation’s commitment to ongoing development means that ZimIDE will keep evolving with new features and enhancements, keeping you at the forefront of technology.

Experience the Power of ZimIDE: Transform your Zim application development with ZimIDE. Whether you’re designing complex GUIs, managing multiple databases, or collaborating with a team, ZimIDE provides the tools and features you need to succeed. Try ZimIDE today and see the difference it can make in your development process.


ZimIDE at a Glance

The Zim Integrated Development Environment (ZimIDE) is a comprehensive tool designed for creating graphical user interfaces (GUIs) for Zim database applications. It enhances and integrates the functionalities of three previously separate development components:

  • Zim Painter
  • Zim Development Center
  • Data Dictionary Browser

ZIM Corporation is dedicated to the ongoing development and enhancement of ZimIDE and the Zim language, ensuring continuous evolution with new features and improvements.


General Features:

  • Local and Remote Application Development: Develop applications both locally and remotely with ease.
  • Multiuser Application Development: Support for collaborative development in multiuser environments.
  • Design and Edit Forms and Displays: Create and modify forms and displays for both GUI and TUI applications.
  • Platform Support: Compatible with all Zim 9.50 platforms, including Windows, Linux, iOS, and Android.
  • Multiple Database Connections: Connect to multiple databases simultaneously.
  • Data Dictionary Browsing: Browse the entire data dictionary through the Tree View Tab Page.

Graphical User Interface Designer:

New UI Objects for Zim 9.50:

  • Grid Control: Enhanced from Zim 7.x.
  • Tab Control and Tab Page: Managed automatically by the client, requiring no extra Zim code.
  • Tool Strip: New addition for streamlined UI design.

New Attributes for Form Fields:

  • Anchoring: Control the positioning of form fields.
  • Docking: Manage the alignment and docking of form fields.
  • Attributes Tab Page: Configurable to be always visible for easy access.

Simultaneous Object Editing: Create and edit multiple objects at the same time. Modern Tabbed Interface: Each Form, Display, Window, Menu, and Document stays open in its own tab page for efficient multitasking.


Document Editor:

Specialized Editor: Embedded editor designed for Zim application programs and other documents. Syntax Highlighting: Customized for the Zim language to improve readability and reduce errors. Region Expanding and Contracting: Easily manage code regions for better organization. Custom Editor Support: Set a custom editor to tailor the development environment to your specific needs and preferences.

$editor Object:

  • Syntax: $editor
  • Return Value: A character string that can be reset by an application program.
  • Description: The name of the text editor software for editing programs. By default, $editor is set to the name of an editor commonly used on the current operating system or to the value of the editor in the registry. Since Zim-X 9.50, the default editor is set to “IDE”. The name should include the full disk path if necessary, and special file path indicator characters can be used. The value of this object is used by the EDIT command.
  • Example: let $editor = "c:dosedit.com"

Database Viewer Tab Page:

Simultaneous Database Browsing: Browse every database currently connected to the development environment in a single tab page.


Technical Overview:

Integration of Development Components:

  • Zim Painter: A powerful tool for designing and editing graphical user interfaces.
  • Zim Development Center: Provides a comprehensive environment for developing and managing Zim applications.
  • Data Dictionary Browser: Allows developers to browse and manage the data dictionary with ease.

Multiuser and Remote Development:

  • Local and Remote Development: ZimIDE supports both local and remote development, enabling flexibility and collaboration.
  • Multiuser Support: Facilitates collaborative development, allowing multiple users to work on the same project simultaneously.

Platform Compatibility:

  • Cross-Platform Support: ZimIDE is compatible with Windows, Linux, iOS, and Android, ensuring that applications can be developed and deployed across diverse environments.

Advanced UI Design:

  • New UI Objects: ZimIDE introduces new user interface objects such as Grid Control, Tab Control, and Tool Strip, enhancing the design capabilities.
  • Form Field Attributes: New attributes like anchoring and docking provide greater control over form field positioning and alignment.

Efficient Development Interface:

  • Tabbed Interface: The modern tabbed development interface allows developers to keep multiple forms, displays, windows, menus, and documents open simultaneously, improving multitasking and efficiency.

Enhanced Document Editing:

  • Embedded Document Editor: The specialized editor for Zim application programs offers syntax highlighting and region management, making code editing more efficient and error-free.
  • Custom Editor Support: Developers can set a custom editor, allowing for a personalized and optimized development experience.

Comprehensive Database Management:

  • Database Viewer: The Database Viewer Tab Page allows developers to browse all connected databases simultaneously, streamlining database management.

 

ZIMACTIV (Zim:X Product Activation)

Activates ZIM:X products and provides information about the activated products in your system.

Syntax

ZIMACTIV [action] [serial number] [activation key] [company name]

Parameters

actionAction to be taken in regards to an activation key. It can be one of

-a Activates the ZIM product based on the information provided by the subsequent parameters.

-c Checks the activation key.

I Lists information relevant to this activation key, such as validity, product, version, and so on.

-l Lists information about all currently activated and licensed ZIM products.

-m Indicates the platform to which this activation is applied.
Possible values are
1 – Windows
2 – Linux

-p Indicates the ZIM product to which this activation key applies.
Possible values are
1 – ZIM PDP
2 – ZIM ODBC Driver
3 – Server Access Modules (SAM)
4 – ZIM Web
5 – ZIM Backup Server

serial numberA five-digit number corresponding to the serial number of the ZIM product being activated. This number is provided by ZIM when you purchase the product.
activation keyA string of 16 characters corresponding to the activation key of the ZIM product being activated (hyphens are optional). This key is provided by ZIM when you purchase the product.
company nameA string of 8 to 50 characters corresponding to the name of the company that activates the ZIM product. This name is provided by ZIM when you purchase the product.

Comments

The ZIMACTIV utility performs various operations in regard to the current activation key or in regards to the currently activated and licensed ZIM:X products. Specifically, the “-a” option activates the ZIM product being installed, enabling the product to run.

The ZIMACTIV utility is invoked from the operating system prompt. To be run, ZIMACTIV requires at least the action parameter; if not present, you are prompted to enter it. You are prompted for any other required parameter as well.

The company name must be entered in quotation marks if blank spaces are part of the name. Lower and upper case, as well spaces, are ignored in this parameter; the company name cannot exceed of 50 characters.

Example

zimactiv -a 12345 ABCD-ABCD-ABCD-ABCD "Name of the Company"

en_CAEnglish