TCDSTrkReportAsHTMLFile
Return to Introduction  Previous page  Next page
Exports an issue to a file in HTML format.

Delphi (TrkIntf.pas)

function TrkReportAsHTMLFileSv( Handle, QueryID, TemplateID: Cardinal; PageReport: Boolean; Title, FileName: String ): Integer;  

Parameters

Name
Description
Handle
A valid Handle used to identify the User.
QueryID
The ID of the Query to use as the basis of the Report
TemplateID
The ID of the Template to use for the output.
PageReport
True if this is a Page report, False if it is a List report
Title
The Title of the report
FileName
Name of the file to create


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This method does not check the existence of the file and if a file with the same name exists, it will be overwritten without a prompt.

Exported

function TTCDSTrkExecuteReport( Handle, QueryID, TemplateID: Cardinal; PageReport: Boolean; pTitle, pFile: PChar; const pBuffer: PChar; var Size: Integer ): Integer; stdcall;  


 


© 1995-2018 MCN Software