Recent content by Nisha

  1. N

    how to use break by statements in a nested for each loop with three tables in progress 4gl

    I am fairly new to progress. I am trying to figure out the working of a nested for-each loop. Suppose I have three tables Customer, Order and Orderline. I would like to use break by on these tables based on customer.customer-num and Order.ordernum to generate a final report. This is the code I...
Back
Top