E
egarcia
Guest
Hello, Where are you setting the parse() function? Is there a particular reason why you cannot use a template function? Personally, I think that using a template or a template function for the ComboBox is simpler. Example: In controller.public.js: constructor($scope, $injector, stateData) { super($scope, $injector); this.$components['combobox0'].options.template = " #: CustNum # #: Name # "; } Is your service a Progress Data Service, REST or OData? If you are using a Progress Data Service, you can also create an extra field in the temp-table definition and populate it via an AFTER-ROW-FILL event. I hope this helps.
Continue reading...
Continue reading...