Versions Compared

Key

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



Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

About Proxy Programs

A Proxy Program object automatically transfers control to a Profound.js module. All parameters passed to the Proxy Program are automatically passed along to the Profound.js module. Parameters can be passed by reference or by value. Proxy Programs typically replace the object of a converted RPG program.

...

Before calling the Proxy Program, your library list should include libraries PROFOUNDUI and PROFOUNDJS or their equivalents if you installed Profound UI and Profound.js into non-default libraries.

Video Tutorial

Widget Connector
width640
urlhttps://www.youtube.com/watch?v=datt2wCiROI
height360


Info
titleNew in Profound.js 5.3.0.

A new PJSCALL program was introduced.  It allow for:

  • Calling premise or cloud modules
  • Supports sending and receiving parameters
  • Supports calling any type of modules (screen, low-code, or classic).

...