currentrownumval

LANSA WAM

currentrownumval

The value to post to the target webroutine in the field specified in the currentrowhfield property. If that field is alphanumeric, the value must be specified in single quotes. If it is numeric, the value can be specified with or without quotes.

This property is used in conjunction with the currentrowhfield property to describe how to post values to a target webroutine. These two pieces of information are required to accomplish this:

1.  currentrowhfield:  the field name that the target webroutine uses to refer to the information

2.  currentrownumval:  a literal value or a field name in this (the source) webroutine that contains the necessary information

Note: Despite the name of the property being currentrownumval, the field name specified in currentrownumval is not required to be a numeric field.

Default value

position()

Valid values

Single-quoted text or the name of a field, system variable or multilingual text variable.