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(英語)
 
バナー:
 
 Form.Swap
 
Purpose
Hides a form's content and display a second form within the form's original window.
Syntax
Form.Swap (SwapForm)


SwapForm
Any string expression that is a valid form name.
This method allows you to dramatically change the interface in the window without hiding and unhiding fields.
Be sure to make the SwapForm argument a string and not a direct reference to the form object. If the SwapForm argument is a direct reference to the form object, the form's default attribute, Title, will be used as the swap form name.

Example
Form1.Swap("Form2")     'Correct!
Form1.Swap(Form2)       'Incorrect! Passes Form2's title as an argument.

 

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