Picklist behavior is strange and not working.
I pass a value of a Deal to a form to be looked up and then populate the lookup using the following code.
- if (input.cmd != "")
- {
- //input.cmd is the deal ID passed.
- theDeal = Deals [ID == input.cmd.toLong()];
- input.Deal = theDeal.Deal_Name;
- }
This is not working anymore. (I haven't touched this code in a year!)
Also, why do these two drop down look different?
