Report (FastUnloadTask function): Difference between revisions
Jump to navigation
Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> Report function <p> <var>Report</var> is a member of the <...") |
m (1 revision) |
(No difference)
|
Revision as of 15:47, 29 April 2011
<section begin=dpl_desc/><section end=dpl_desc/>
Report is a member of the FastUnloadTask class.
This function returns a Stringlist that contains the Fast/Unload report data.
Syntax
%strl = %funtask:Report
Syntax terms
%strl | A Stringlist object variable to contain the Fast/Unload report contents. |
---|---|
%funtask | An instantiated FastUnloadTask object variable. |
Usage Notes
- Report can only be called when %funtask is in the Done state. If called in any other state, the request is cancelled.
- Report can only be called if ReportToStringlist is set to True in the Recordset class FastUnloadTask method that created the method object. Otherwise, the request is cancelled.