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

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

Advertisement

200
OpenFile
function OpenFile(const wsFile: WideString): WordBool
Opens the passed file, returning True if successful. Return True if the file is already
open. Passing an empty string to
will display the "Open File" dialog box,
OpenFile
enabling the user select the file(s) to open.
When using this method in JScript, you must escape backslashes inside a string. For
example, in
each
Application.OpenFile("C:\\Documents\\MyFile.htm");
backslash is preceded by an additional backlash.
NextDoc
procedure NextDoc()
Moves to the next document in the Document tab. If the last document is showing,
wraps to the first.
PreviousDoc
procedure PreviousDoc()
Moves to the previous document in the Document tab. If the first document is
showing, wraps to the last.
Quit
procedure Quit()
This method will attempt to exit the program. It will prompt the user to save any
unsaved documents prior to exiting.
RunCodeSweeper
procedure RunCodeSweeper()
Runs the CodeSweeper on the active document using the active CodeSweeper. To
change the active CodeSweeper, use
.
SetActiveCodeSweeper
SaveAll
function SaveAll(): WordBool
Saves all open documents, returning True if successful.
SendToBack
procedure SendToBack()
Sends the main window to the back of other applications.
SetActiveCodeSweeper
function SetActiveCodeSweeper(const wsFileName: WideString): WordBool
Changes the active CodeSweeper format file.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents