I have two combo box, one is for customers and one is for ship-to. i'm trying to get ship-to to refresh on customer selection. I'm setting component class to have its own class
STDOLE SLCustomers( PROPERTIES(CustSeq, Name) DISPLAY(1,2)FILTER(CustNum like FP(CustNum)))
but i'm not quite sure how to say in filter that custnum = to selection of customer combobox. any help is very much appreciated.
thank you