Versions Compared

Key

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

ブール値プロパティです。falseと評価された場合に、デフォルト値のLANSAフォーム・エレメントを削除する式

デフォルト値

A Boolean property. An expression which, if evaluated to be False, will remove the default LANSA form element.

...

true() (

...

LANSAフォーム・エレメントはページに含まれます。)

有効値

true()

...

false()

...

、もしくは、フィールド名、リテラル、XSL変数やJavaScript変数を使用した、true() もしくは false()

...

で答えが得られる有効な式 

Example

This example will remove the default LANSA form if field #HAS_FORM is equal to 'N'. The expression should be entered, and is shown when the property has focus, as follows:

Image Removed

...

この例は#HAS_FORMフィールドが'N'に等しい場合、デフォルト値のLANSAフォームを削除します。式は必須です。またプロパティにフォーカスがある場合、以下のように表示されます。

Image Added

プロパティがフォーカスを失うと、この式は以下のように表示されます。

Image Modified