Today's challenge:
Given «Order ID» entered in Forms' header, have a process (workflow?) that builds up the form body through a database lookup as follows:
Item no Description Qty Ordered Qty Shipped
.
.
.
For instance if «Order ID» has 6 items, the process will create 6 lines in the form body. The first 3 fields are readonly so users have to enter «Qty Shipped» only. There is no need to insert additional lines. I understand users will have to wait the form to build up after entering «Order ID», possibly (?) refresh screen content to see the lines in the form body.
note: database lookup consists in an ODBC data source