Page History
ターゲットWebroutineのreentryfieldプロパティで指定されたフィールドに送信する値です。英数字フィールドの場合、値は単一引用符付きで指定する必要があります。数字フィールドの場合は、単一引用符はなくても構いません。
このプロパティは、reentryfieldプロパティと共に使用され、値をターゲットのWebroutineにどのように送信するか記述します。以下の2つの情報が必要になります。
- reentryfield:ターゲットWebroutineが情報を参照するために使用するフィールド名
- reentryvalue:リテラル値もしくは必要な情報を含むこの(ソース)Webroutineのフィールド名
| Note |
|---|
注意:このプロパティは、WEBEVENTアプリケーションでよく使用される、再入可能なプログラミング技術をサポートするために提供されています。最初からWAMを使用するように設計されたウェブ・アプリケーションでは、通常はこの技術を使用する必要はありません。 |
デフォルト値
‘D’
有効値
単一引用付きのテキスト、もしくはフィールド名、システム変数名、複数言語対応テキスト変数名
The value to post to the target webroutine in the field specified in the reentryfield 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 reentryfield property to describe how to post values to a target webroutine. These two pieces of information are required to accomplish this:
- reentryfield: the field name that the target webroutine uses to refer to the information
- reentryvalue: a literal value or a field name in this (the source) webroutine that contains the necessary information
| Info |
|---|
| Note: this property is provided to support a re-entrant programming technique that is commonly used in WEBEVENT applications. Web applications that are designed from the outset to use WAMs do not usually need to make use of that technique. |
Default value
'D'
Valid values
...