show considerations for Web transactions

When you use the show statement in the context of web transactions, the following statements apply:
  • If you do not include a returning to clause, the operation ends when the web page is displayed.
  • If you include a returning to clause, the specified VGWebTransaction program receives control after the user submits a form. The form data is assigned to the receiving program's input UIrecord, and the passed basic record (unchanged by user input) is assigned to the receiving program's input record. The receiving program must be a main program.
  • The show statement is allowed in a called web transaction.