Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RDMLX

...

RDMLX is an extension of LANSA's RDML. RDMLX development is done using Visual LANSA. In addition to supporting all LANSA RDML features, RDMLX-enabled partitions support RDMLX language features hich include:

  • use Use of intrinsic field methods.
  • use Use of function libraries.
  • use Use of expressions in many parameters and properties.
  • enhanced Enhanced RDMLX command support such as assignment statements.
  • simplification Simplification of RDML statements due to the removal of quotes.

For example, an intrinsic field method can be used instead of using a Built-In Function to convert a number to a string.   A numeric field such as #SALARY can be referenced as #SALARY.asString as in this example:

...

In order for an existing component to use these language features, the partition and components must be Enabled for RDMLX.


See Also

...

RDMLX Partition Settings in the Visual LANSA Administrator's Guide.