Using Coded Value Domains in Cascading ComboBox
Hi All –
I have a Domain set up for the field “Perm_Status”
Code => Value
Y => Permanent
N => Not Permanent
I have passed in the Domain list into the ComboBox as demonstrated in the Schools video;
However I would like to limit the options in the ComboBox based on what is selected in a ListBox.
Right now I’m using the field “Perm_Status” for the ComboBox Query Details:
Where Clause: Crop_Code = ‘{0}’
Display Field: “Perm_Status”
Value Field: “Perm_Status”
Cascading ID: ListBox2
It only shows the “Code” in the ComboBox (i.e ‘Y’) I would like to show the “Value”; ‘Permanent’
First is what I want to do possible? Is my methodology correct? If so, can someone tell me what my syntax should be for Display Field and Value Field?
I do have an image but my browser hangs when I try to attach it using the Latitude UI.
Thanks for the help
Tom
0
Please sign in to leave a comment.
Comments
0 comments