How can I get a text for each zone in the AZL locator through the script?
Article # 3048261 - Page views: 21
Issue
How can I get a text for each zone in the AZL locator through the script? I have an AZL locator with 4 zones.
Solution
The zones are subfields in the locator alternative. Try the following:
pXDoc.Locators.ItemByName("yourAZL").Alternatives(0).SubFields.ItemByIndex (0).Text
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
KTA | 7.x |
Article # 3048261