[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Add parse function after initialisation

  • Thread starter Thread starter bezold1@imas-net.de
  • Start date Start date
Status
Not open for further replies.
B

bezold1@imas-net.de

Guest
I was trying to override the parse() function in the dataSource of the comboBox for example in the onShow Method of controller.public.js. Sure, the template function is simpler but it doesn't solve the requirements beause I need both informations (CustNum and Name) in the input field of the comboBox. Also after choosing a Customer. And it also should be possible to search for these both informations when our customer starts to type. When I'm setting up the CustNum as dataValueField and the Name as dataTextField any input of the CustNum isn't taken into the Client-Side search. It's a Progress Data Service. I'll try the extra field with a AFTER-ROW-Fill event. Sounds like exactly the right way of doing it for me. Thank you very much! I'll let you know if it was the right solution for me!

Continue reading...
 
Status
Not open for further replies.
Back
Top