I have an maintenance screen with a couple of combo boxes.  One of
them has 4 static options, the other one is loaded from a database
with about 40-50 choices.  Here is my question:

I want to display the "correct" values in the combo box after I read
the record to be displayed.  What is the best way to "convert" my data
from the file to the correct index / item in the combo box?  In the
first case, I am storing a single character A,B,O or E and I have one
of 4 strings / labels to be displayed.  In the 2nd case, I have a
terms code (2 characters) and my query result returns terms code,
description and I want the description displayed.

Thanks
Bruce

Reply via email to