Trouble Setting Default for Drop Down
Posted: Tue Feb 18, 2020 11:26 am
I am having trouble setting a default value for my database driven drop down.
i've tried
and i've also tried
and i've also tried
none of these seem to work in setting the default when the screen loads
i've tried
Code: Select all
applyProperty("SearchD1DDown", "choice values field","BPPRIT");
applyProperty("SearchD1DDown", "choice options field","ITEM NUMBER");
Code: Select all
pui.set("SearchD1DDown","BPPRIT");
Code: Select all
applyProperty("SearchD1DDown", "value","BPPRIT");