Answers

  1. Identify the parameters of a generated function module or a form interface.
    Answer: A, B, D

    The interface of a form or a generated function module has the following parameters: Import, Export, tables, and Exceptions.

  2. The best way to insert global definitions into text nodes is by using the _______________.

    Answer: field list
  3. Global data from a form can be accessed from outside the form (e.g. a program).

    Answer: False

    Only the form interface can be used for a data exchange between a form and a program.