<< Click to Display Table of Contents >>
マニュアル > コントロールリファレンス > ルート > ルートメソッド >
外部アプリケーションを開く。
構文
OpenApplication(
applicationPath
[,commandLine]
)
パラメータ
型:
文字
外部アプリケーションのファイルパス。
commandLine
外部アプリケーションに渡すコマンドライン(オプション)。
戻り値
ブール
FALSE - 失敗。TRUE - 成功。
解説
外部アプリケーションを開きます。
例
外部アプリケーションに渡すコマンドラインの利用方法
event OnMouseUp(button) { // 実行ファイルAbc.exe に「aaaa」「bbbb」「cccc」の3つのパラメーター引数を渡す場合 ::OpenApplication("", "C:\Abc.exe aaaa bbbb cccc"); }
サポート対象
○
スクリプトアクション
サーバのスクリプトVer2アクションで使用可能
ブラウザスクリプト
ブラウザのスクリプトにて使用可能
×
演算式構文
演算式構文(バインド書式など)にて使用可能
参照
OpenForm
OpenViewForm
OpenPrevForm
OpenNextForm
ClearFormHistory
OpenHomeForm
GetCurrentForm
GetForm
IsHavePrevForm
IsHaveNextForm
OpenHiddenForm
AddResourceFile
OpenFile
OpenBrowser
CloseBrowser
OpenApplication
OpenApplicationFile
AddRecentFilePath
GetRecentFilePath
ClearRecentFilePath
GetOpenFileType
ShowFullScreen
ShowTaskbarIcon
RefreshScreen
ZoomIn
ResetZoom
SetZoom
GetZoom
SetZoomInRatio
GetZoomInRatio
SetStretch
GetActiveDialogName
GetActiveViewName
GetAllDialogName
SetModalDialog
ShowDialog
BringDialogToTop
BringBrowserToTop
SetDialogState
EnableDialogMenu
GetMenuCandidate
SetBrowserState
GetBrowserState
GetBrowserType
ShowComment
UpdateTitle
SetMouseCursor
GetChildObj