• Read file and write to purchase order screen table lines

    I have this code which reads the given file and attempts to write it to the lines on the purchase screen. The issue is that it is populating the data into the fields, but it isn't actually "creating" the line on the screen, the same way that it does…
  • 4GL - How do I remove duplicate values from window results?

    FormerMember
    FormerMember
    The End Goal: To get a list of unique product numbers (ITMMASTER.ITMREF) that were ordered through a specific supplier (PORDERQ.BPSNUM) and display it in a product selection window. Example: Product # Supplier # 10005 0021 …