Page History
currentrowhfieldプロパティに指定されるフィールドによりターゲットWebroutineに送られる値です。英数字フィールドの場合、値は単一引用符付きで指定する必要があります。数字フィールドの場合は、単一引用符はなくても構いません。
このプロパティは、currentrowhfieldプロパティと共に使用され、値をターゲットのWebroutineにどのように送信するかを記述します。以下の2つの情報が必要になります。
- currentrowhfield: ターゲット・Webroutineが情報を参照するために使用するフィールド名
- currentrownumval: リテラル値もしくは必要な情報を含むこの(ソース)Webroutineのフィールド名
| Note |
|---|
注意:プロパティの名前がcurrentrownumvalであったとしても、currentrownumvalに指定されたフィールド名は数値フィールドである必要はありません。 |
デフォルト値
position()
有効値
単一引用付きのテキスト、もしくはフィールド名、システム変数名、複数言語対応テキスト変数名
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:
- Currentrowhfield: The field name that the target webroutine uses to refer to the information.
- Currentrownumval: A literal value or a field name in this (the source) webroutine that contains the necessary information.
| Note |
|---|
| 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
...