MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 193

For windows 95/98/nt4/2000
Table of Contents

Advertisement

201
SetActiveResults
procedure SetActiveResults(resType: TCurrentResultsType)
Sets the active page in the results tab.
Allowed values are:
resSearch
resValidator
resLinks
resThumbnails
SetApplicationSetting
procedure SetApplicationSetting(nSettingID: Integer ovSettingVal: OleVariant)
Sets a specific application setting based on its SettingID.
SetProgress
procedure SetProgress(nProgress: Integer)
Sets the position of the progress bar in the status area. Allowed values are 1-100.
SetStatusText
procedure SetStatusText(sMessage: OleString)
Sets the text to be displayed in the status area.
ShellToApp
function ShellToApp(const wsAppFileName: WideString): WordBool
Executes an external application. Returns True if application launched successfully.
Note that command lines may be included in the filename parameter, so this is valid:
Application.ShellToApp("notepad.exe " +
Application.ActiveDocument.Filename)
ShellToAppAndWait
procedure ShellToAppAndWait(const wsAppFileName: WideString)
Same as
but waits for the external program to be closed before returning.
ShellToApp
Note that the application will be locked until
returns, so use with
ShellToAppAndWait
caution.
ShowProgress
procedure ShowProgress()
Shows the progress bar.
ShowThumbnails
procedure ShowThumbnails(sFolder: OleString)
Shows thumbnails for all images in the passed folder.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents