I have a SL 7.0 custom screen where a SAFCombo is not displaying the list of options. Here is how I am setting the list
strCheckerList = "4;Finance,3;Legal,1;Technical,2;Waste"
Call SetProps(Me, safCBApprovers, safCBApprovers, "List", strCheckerList)
There is another Combo on the same screen set up the same way but works fine. I can't figure out why the safCBApprovers is not showing my list. any ideas?
*This post is locked for comments