Programming Guide



RWFunctionsInterface

Panther library function interface for reports

public interface RWFunctionsInterface

Methods

String sm_rw_error_message ();
int sm_rw_play_metafile (String metatfileName);
int sm_rw_runreport (String reportName);

Environment

Java only

Description

Objects that support this interface provide access to functions that are of use in implementing reports. Java methods that implement the public methods of reports are passed an object of type RWFunctionsInterface as a parameter.