FRAME-VALUE = expressionThe data type of the expression must be the same as the data type of the frame field in which you are storing that expression. However, if the data type of expression is character, the AVM stores characters in the frame field regardless of the data type of that frame field, truncating characters if necessary.The FRAME-VALUE statement can pass information from an applhelp.p procedure to the calling procedure. For example, if the user enters a value into a field called help-field, you can pass that value back to the calling procedure with this statement:
FRAME-VALUE = INPUT help-field.This procedure displays the word PROGRESS, the date, and a message instructing you to enter data or press the GET key to enter the Unknown value (?). You can update the information in the frame. If you press GET, the r-frmval.p procedure assigns the Unknown value (?) to a field with the FRAME-VALUE statement.For more information on frames, see OpenEdge Getting Started: ABL Essentials.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |