This tab is in the Database tab.
The Context Options tab is used to define option values that are optionally tied to specific hosts, Meets, or web contexts.
The ID field is the unique ID for this option. The default ID prefix is CTX
The Name field is the name of the option. For example, "Backup.directory" or "ImportRaceResults.filename".
The Value field is the value of the option, often a filename path.
The Host field is the name of the host computer for which this option applies. If null, this option applies to all computers running JRaceman. If specified as a name, only the computer whose name matches this field will use this option. The host name of the current computer is displayed in the Database/Options tab as Localhost.
The Web Context field is the name of the web context for which this option applies. If null, this option applies to all web contexts. If specified as a name, only the web contextx whose name matches this field will use this option. This column is only used for web-specific options.
The Meet field is the id of the Meet for which this option applies. If null, this option applies to all Meets. If set, this option applies only to the matching Meet.
This section lists the available context options that can be set.
| Name | Description |
|---|---|
| Backup.directory | The directory (folder) into which backup files are written when using the Backup button. This is typically set with a Host value to allow different users (running on different hosts) to backup to different locations on each host. |
| ImportRaceResults.filename | The name of the finish line file used when importing finish line data from a spreadsheet. |
| Meets.Awards.labelImageLeft | The name of the file to use as the left-hand image when printing labels using a format that includes a left-hand image, or the name of the file to use as the background image for label formats that include a background image. |
| Meets.Awards.labelImageRight | The name of the file to use as the right-hand image when printing labels using a format that includes a right-hand image. |
| Meets.WebReports.directory | The directory to use as the target for web reports. This overrides the Web Reports Dir field of the Meets tab. |
| Reports.ShowProgressionDescriptions | If set to "true" (without quotes), the description of the progression used for an Event will appear at the bottom of reports for that Event. |
| Column | Type | Description |
|---|---|---|
| id | String | Unique ID [primary key] |
| name | String | Name of this option |
| value | String | Value of this option |
| host | String | Name of the host computer to which this option applies |
| webContext | String | Name of the web context to which this option applies |
| meetId | String | The Meet to which this option applies [references Meets(id)] |