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.

Steps
Follow these steps to add a control that displays the TIER Registered System Name.
- Add a TierEdit to the design of your form.

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

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

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

