Report (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 25: Line 25:
==See also==
==See also==
{{Template:FastUnloadTask:Report footer}}
{{Template:FastUnloadTask:Report footer}}
[[Category:Fast/Unload User Language Interface]]

Revision as of 00:07, 23 June 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.

See also