Report (FastUnloadTask function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Usage notes) |
||
Line 15: | Line 15: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>Report can only be called when | <li><var>Report</var> can only be called when <var class="term">fastUnloadTask</var> is in the <var>Done</var> [[FastUnloadTask class#The FastUnloadTaskState enumeration|state]]. If called in any other state, the request is cancelled. | ||
<var class="term">fastUnloadTask</var> is in the <var>Done</var> state. | |||
If called in any other state, the request is cancelled. | |||
<li><var>Report</var> can only be called if <var>ReportToStringlist</var> is set to <var>True</var> in | <li><var>Report</var> can only be called if <var>ReportToStringlist</var> is set to <var>True</var> in | ||
the <var>Recordset</var> class <var>[[FastUnloadTask (Recordset function)|FastUnloadTask]]</var> method that created | the <var>Recordset</var> class <var>[[FastUnloadTask (Recordset function)|FastUnloadTask]]</var> method that created | ||
the method object. | the method object. Otherwise, the request is cancelled. | ||
Otherwise, the request is cancelled. | |||
</ul> | </ul> | ||
==See also== | ==See also== | ||
{{Template:FastUnloadTask:Report footer}} | {{Template:FastUnloadTask:Report footer}} | ||
[[Category:Fast/Unload User Language Interface]] | [[Category:Fast/Unload User Language Interface]] |
Revision as of 21:23, 15 November 2012
Return Fast/Unload report contents (FastUnloadTask class)
This function returns a Stringlist that contains the Fast/Unload report data.
Syntax
%sl = fastUnloadTask:Report
Syntax terms
%sl | A Stringlist object variable to contain the Fast/Unload report contents. |
---|---|
fastUnloadTask | An instantiated FastUnloadTask object variable. |
Usage notes
- Report can only be called when fastUnloadTask 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.