Page History
currentrowhfieldプロパティに指定されるフィールドによりターゲットWebroutineに送られる値です。英数字フィールドの場合、値は単一引用符付きで指定する必要があります。数字フィールドの場合は、単一引用符はなくても構いません。
このプロパティは、currentrowhfieldプロパティと共に使用され、値をターゲットのWebroutineにどのように送信するかを記述します。以下の2つの情報が必要になります。
- currentrowhfield:ターゲットWebroutineが情報を参照するために使用するフィールド名
- currentrownumval:リテラル値もしくは必要な情報を含むこの(ソース)Webroutineのフィールド名
| Note |
|---|
注意:プロパティの名前はcurrentrownumval(numeric value: 数値)ではありますが、currentrownumvalに指定するフィールド名は数値フィールドである必要はありません。 |
デフォルト値
position()
有効値
単一引用付きのテキスト、もしくはフィールド名、システム変数名、複数言語対応テキスト変数名
例
この例は対象のWebroutineに値を送信するフィールドとして現在リスト行からROWNUMフィールドを指定しています。
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 |
|---|
| 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.
Example
...