Programming Guide |
Panther library function interface for reports
public interface RWFunctionsInterface
String sm_rw_error_message ();int sm_rw_play_metafile (String metatfileName);int sm_rw_runreport (String reportName);
Java only
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.