Clear or Save the Java GUI Report Window

DESCRIPTION:

Clear the contents of the Java GUI report window, or save the contents to a text file.

Java GUI functions are deprecated in Spotfire S+ version 8.1.

USAGE:

javaGuiReportWindowClear()
javaGuiReportWindowSave(fileName)

REQUIRED ARGUMENTS:

fileName

VALUE:

None

SIDE EFFECTS:

javaGuiReportWindowClear will clear the report window. javaGuiReportWindowSave will save the contents of the report window to a text file.

DETAILS:

REFERENCES:

SEE ALSO:

EXAMPLES:

javaGuiReportWindowClear()
# Do so dialog actions to put text in the report window
javaGuiReportWindowSave("myresults.txt")