Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
titleOpen file, read first record, close file
  pjs.defineTable("productsp", { userOpen: true, read: true });
  productsp.open();
  productsp.fetchNext();
  productsp.close()

 

RPG Equivalent

OPEN

Requirements

This API requires the Profound.js Connector module.