Skip to main content

Tier_SystemName System Variable

Overview

When troubleshooting between two registered TIER systems, use the Tier_SystemName system variable to identify which system you are in.

Details

Beginning with TIER EXE 8.4, you can include the Tier_SystemName system variable on a form to show the TIER Registered System Name in double quotation marks on the form. 

tier-system-name.png

Steps

Follow these steps to add a control that displays the TIER Registered System Name.

  1. Add a TierEdit to the design of your form.

tier-system-name01.png

  1. In the Object Inspector, for the Name property, enter a name for the control.

tier-system-name02.png

  1. In the Object Inspector, for the Calculation property enter Tier_SystemName.

tier-system-name03.png

  1. To make this control read-only, select the ReadOnly property.

tier-system-name04a.png