getValue()

Return the value in the current field.

Syntax

getValue()
   RETURNS STRING 

Usage

You can use it to return the value of the focused element in an application form to test this action in a scenario. It can be a simple form field, or a table cell. It can not be used in DISPLAY ARRAY. For example:

DISPLAY "The value of the current form field is " || ggc.getValue()