MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual page 239

Table of Contents

Advertisement

Application Object
Example
function Main(){
var sFolder1
var sFolder2
with (Application) {
}
}
SetProgress
Syntax
SetProgress(nProgress: Integer);
Description
Sets the position of the progress bar in the status area.
The following values are allowed:
1-100.
Example
function Main() {
with (Application) {
SetProgress (15);
}
}
SetStatusText
Syntax
SetStatusText(sMessage: OleString);
Sets the text that displays in the status area.
Description
Example
function Main() {
with (Application) {
}
}
ShellToApp
Syntax
ShellToApp(const wsAppFileName: WideString): WordBool;
Description
Executes an external application. Returns
You can include command lines in the file name parameter, so the following syntax is
valid:
Application.ShellToApp("notepad.exe " +
= 'C:\\Program Files\\Bradbury\TopStyle2';
= 'C:\\InetPub\\wwwroot';
SetFileTabFolder(1, sFolder1);
SetFileTabFolder(2, sFolder2);
SetStatusText("Progress Indicator: ");
Application.ActiveDocument.Filename)
if application launched successfully.
True
221

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion studio 5

Table of Contents