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
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?