ヘルプの目次
オンラインヘルプを検索
このヘルプについて
エンドユーザ向けヘルプ
クライアントヘルプ
Webアクセスヘルプ
スクリーンリーダ
フォーム
同期
用語
コンテナ
管理者向けヘルプ
サーバの管理
インターネットサービス
カスタマイズツール(英語)
OTSWの管理
OTSW Custodian
FirstClass ED(英語)
File.Download
ホーム
•
Customization Tools
•
FCAS
•
Language Reference
•
File.Download
Purpose
Downloads the currently open file.
Syntax
File
.Download
Example
Dim MyFile as File
Dim DTA as String
DTA = "Item1" & fcCR & "Item2" & fcCr & "Item3"
MyFile.FileName = "Name for File"
MyFile.Data = DTA
MyFile.Download
MyFile.CloseFile
Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<