Versions Compared

Key

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

...

  • GROUP_BY's define a set of fields and simplify your code and reduce future maintenance effort.
  • Messages from the Server Module are routed to a messages collection in the Sys_MsgQ component running in the browser. The web page application can access sys_msgq.messages in a FOR/ENDFOR loop.
  • The Sys_Web component interfaces with the web browser.
  • The Pop Up control is an easy to implement reusable part, which can be used by your web page application.

Tips and Techniques

  • Always use the Command Assistant with commands such as a Group_By which require a list of field names.

...