Keyed Field Names
Brought to you by:
bdesgraupes
When displaying a keyed field, it would be useful to show not only the actual value of the field but also the "tag" associated with it.
To clarify, consider the following template:
KBYT Keyed Choice
CASE First Choice=1
CASE Second Choice=2
CASE Third Choice=3
CASE Third Choice Variant=3
etc.
Suppose the user chooses "First Choice" from the pop-up menu. Then the line that specifies which key was chosen would read something like:
Keyed Choice: 1 (First Choice)
On the other hand, if the user selects "Third Choice Variant", it would read:
Keyed Choice: 3 (Third Choice)
I hope this makes sense...