Please enable JavaScript to view this site.

XStudio 3

The Events table contains information about scheduled events. Its on-disk name is: Events.nx1

Events Table Field Definitions

The fields contained in the Events table, including field type and size (if applicable).

Field Name

Type

Size

Description

EventID

AutoInc

 

Each time an Event record is created, a unique ID value is automatically assigned by the system. This value is used to identify the Event and is not user-modifiable.

EventStation

Integer

 

If assigned, the work station to which this event is assigned.

EventTime

Time

 

The scheduled time to perform the Event.

EventDescription

String

30

The user-assigned description (name) of the event.

EventEnabled

Boolean

 

A True/False flag telling the host system whether or not the Event is enabled and can be run. The default value is True.

EventBegDate

Date

 

The first date on which the Event is valid to run.

EventEndDate

Date

 

The last date on which the Event is valid to run.

EventActionID

Integer

 

The ID number of the Action to perform when the Event is executed.

Data

BLOB

 

Contains information on valid modes, days and time ranges in which the event can be run. These values are in addition to the start and end dates.

RecCreateDate

Date/Time

 

The date and time the record was created.

RecEditDate

Date/Time

 

The date and time the record was last edited.

RecEditBy

String

30

The user who last edited the record.