Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. teckgeck

    Basic Subfile update code

    forgot to mention - you can't easily update the values on the screen dynamically - if the changes need to be displayed straight away in the subfile then you have 2 choices 1) repopulate the subfile 2) use UIM lists instead of subfiles
  2. teckgeck

    Basic Subfile update code

    the key here is the command READC (read changed record) READC FORMATNAME this will return those records from a subfile that have been changes while on the screen - i.e. the option field has been updated loop through these records and process each one as appropriate keep in mind that if...

Part and Inventory Search

Back
Top