Tables Being Used in A screen Stock Location Inquiry

On of the inquiries under stock is "Location.

How can I add the price to this inquiry. Also, if I can setup a query without altering the screen that would be ideal as well..

Parents Reply
  • 0 in reply to Ancient Nutrition

    First you need to create the column on the screen through development > script dictionary.

    In the 4GL script for the screen, you need to see which ACTION loads the lines. (Usually LIENS, LIEN_LIG, STYLE). In the ACTION for loading the lines, you need to link the table that contains the price by fulfilling the index requirement. 

    Then you would say:

    field name on screen (nolign-1) = field on the database 

    affzo field name on screen (nolign-1)

Children