[Progress Communities] [Progress OpenEdge ABL] Forum Post: view() vs data() in Table 4: controller.public.js file for customer_view

  • Thread starter Thread starter GregHiggins
  • Start date Start date
Status
Not open for further replies.
G

GregHiggins

Guest
in displayCustomer we see var data = this.customerDS.data(); and later this.customerModel.CustNum = data[this.customerIdx].CustNum; in displaySalesRep we see var view = this.salesrepDS.view(); and later this.salesrepModel.SalesRep = view[0].SalesRep; Was this just because the customer record needed to be manipulated by setting the customerInx value or for some other reason.

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