Delphi (TrkIntf.pas)
| function TrkReportAsHTMLStrSv( Handle, QueryID, TemplateID: Cardinal; PageReport: Boolean; Title: String; var HTMLStr: 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
|
|
HTMLStr
|
Returns the contents of the report as a string
|
Return Value
Err_OK if successful or an error code indicating the error.
Remarks
Many issues contain large amounts of data and the returned string can be very large.
Exported
| function TTCDSTrkExecuteReport( Handle, QueryID, TemplateID: Cardinal; PageReport: Boolean; pTitle, pFile: PChar; const pBuffer: PChar; var Size: Integer ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd