Tutorial Chapter 11: Master/Detail / The Orders Program orders.4gl |
This function displays the line items for the order in the screen array and returns immediately.
01 FUNCTION items_show() 02 DISPLAY ARRAY arr_items TO sa_items.* 03 BEFORE DISPLAY 04 EXIT DISPLAY 05 END DISPLAY 06 END FUNCTION