FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Field.Grey
ホーム • Customization Tools • FCAS • Language Reference • Field.Grey
 
Purpose
Displays field text in gray rather than the default color (black).
Use this attribute in conjunction with the Protected attribute to indicate editable fields that are currently protected.
Syntax
[Form].Field.Grey [= TRUE | FALSE | Value]


TRUE | FALSE
TRUE displays the text in gray.
Value
The on/off value. This can be expressed as -1 (on) or 0 (off). You can also assign the value from a variable or the status of another field's "Grey" attribute.

Examples
StringField1002.Grey = TRUE
StringField1002.Grey = -1
StringField1002.Grey = StringField1003.Grey

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<