<@ACTIONRESULT>Syntax<@ACTIONRESULT NAME=actionName NUM=itemNumber [FORMAT=format] [ENCODING=encoding]> DescriptionReturns the value of the specified item from the first row of results generated by an action in the current execution. Use this meta tag inside any action to reference data from the first row of a previously executed results generating action, such as a Search, External, or Direct DBMS action. The NAME attribute refers to the name of the action that generated the result during the current execution of the application file. The NUM attribute is the number of the column to get (for example, to get the value of the third column in the first row returned by an action, specify NUM=3).
![]()
|
Example Your new account number is:
In this example, <@ACTIONRESULT> evaluates to the first item from the first row of the result set generated by the action GetUniqueID. See Also <@COL>
|
Copyright © 1998, Pervasive Software Inc. All rights reserved.