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.Admin
ホーム • Customization Tools • FCAS • Language Reference • Field.Admin
 
Purpose
Returns or assigns the Admin attribute of a field. This attribute allows the administrator to view and modify a field that is Hidden or Protected.
7202010_20004_0.png        Note
This attribute has been deprecated. To emulate this functionality, get the user's user ID from the FCUserID function and set the Protected and Hidden attributes explicitly.
Syntax
[Form].Field.Admin [= TRUE | FALSE | Value]


TRUE | FALSE
TRUE assigns the Admin attribute to this field.
Value
-1 (True) or 0 (False)

Examples
frmMyForm.txtMyField.Admin = TRUE
frmMyForm.txtMyField.Admin = -1

 

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