Hey All:
This is going to seem really simple, but I've been banging my head around trying to solve this with Dexterity. I want to change the default selection on a STATIC drop down list on one of the stock windows; I have a trigger on PRE that works fine to change the default selection of a radio button group, but this code does nothing:
'(L) Create One Writeoff per' of window RM_Writeoff_Documents of form RM_Writeoff_Documents = 2; redraw field '(L) Create One Writeoff per' of window RM_Writeoff_Documents of form RM_Writeoff_Documents;
How do I change the default drop down of a static drop down box? This is vexing me heavily because it seems like it should be SO simple...
Thanks!
-J