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(英語)
 
バナー:
 
 MsgBox
 
Purpose
Displays a modal message box.
Because this is a modal message box, processing for this application is suspended until the user responds by clicking a button in the message box. At that time, processing continues with the line following the MsgBox command.
Use the MsgBox Response function to tell the application which button the user clicked.
Syntax
MsgBox ("MsgBoxString" [, MsgBoxButtons] [, "MsgBoxTitle"])


MsgBoxString
The string to appear in the message box.
MsgBox strings are truncated at 509 characters.
MsgBoxButtons
Which buttons you want in the message box. If you don't specify message box buttons, just the OK button appears.
Valid values are:
fcOKOnly
OK button only
fcOKCancel
OK and Cancel buttons
fcYesNo
Yes and No buttons
fcYesNoCancel
Yes, No, and Cancel buttons
MsgBoxTitle
The title of your message box.
If you don't specify a title, none appears.

Example
MsgBox ("Would you like to save changes?", FCYesNoCancel, "Save")

 

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