Note: Built-In Function Rules Usage Options
Returns the RDML code associated with a function into a working list.
This Built-In Function can only be used against a function that has been previously placed into an edit session by using the START_FUNCTION_EDIT Built-In Function.
Special Note: This Built-In Function provides access to very advanced facilities that basically allow RDML functions to construct new RDML functions.
This is a very specialized area that requires very good knowledge of the LANSA product. Use of this Built-In Function in a "commercial" application (e.g. Order Entry) is not normal and should not be attempted.
This is a Specialized Built-In Function for use in a Development Environment only.
Arguments
No argument values.
Return Values
|
Technical Notes
Commands that have more than 55 bytes of parameters are returned in multiple entries like this example
Seq Lab Command Parameters
0001 ********** This is a comment line
0002 SET_MODE TO(*CHANGE)
0003 L32 GROUP_BY NAME(#GROUP) FIELDS(#FIELD001 #FIELD002
0003 #FIELD003 #FIELD004 #FIELD005 #FIELD006)
0004 DISPLAY FIELDS(#GROUP)
0005 MENU
0006 ********** This is a comment line