Versions Compared

Key

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

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:

  1. reentryfield:  the field name that the target webroutine uses to refer to the information
  2. 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

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

An expression which, if evaluated to be True, will hide the weblet.

Default value

False() (that is, the weblet will always be shown)

Valid values

Any valid XPath expression that returns a Boolean value.

Example

This example will hide the weblet if field #STD_FLAG is equal to 'X'. The expression should be entered in this form:

Image Removed

When the property loses focus, the expression is shown as follows:

Image Removed