List of FastUnloadTask methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
<tr><td valign="top">[[CurrentRecord (FastUnloadTask function)|CurrentRecord]]</td><td valign="top">Return current record from Fast/Unload as Longstring</td></tr>
<tr><td valign="top">[[CurrentRecord (FastUnloadTask function)|CurrentRecord]]</td><td valign="top">Return current record from Fast/Unload as Longstring</td></tr>
<tr><td valign="top">[[GetNextRecord (FastUnloadTask function)|GetNextRecord]]</td><td valign="top">Get next record from Fast/Unload</td></tr>
<tr><td valign="top">[[GetNextRecord (FastUnloadTask function)|GetNextRecord]]</td><td valign="top">Get next record from Fast/Unload</td></tr>
<tr><td valign="top">[[New (FastUnloadTask constructor)|New]]</td><td valign="top">Create a new FastUnloadTask object</td></tr>
<tr><td valign="top">[[Report (FastUnloadTask function)|Report]]</td><td valign="top">Return Fast/Unload report contents</td></tr>
<tr><td valign="top">[[Report (FastUnloadTask function)|Report]]</td><td valign="top">Return Fast/Unload report contents</td></tr>
<tr><td valign="top">[[ReturnCode (FastUnloadTask function)|ReturnCode]]</td><td valign="top">Return Fast/Unload return code</td></tr>
<tr><td valign="top">[[ReturnCode (FastUnloadTask function)|ReturnCode]]</td><td valign="top">Return Fast/Unload return code</td></tr>
Line 24: Line 23:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:29, 1 November 2011

The following are the available FastUnloadTask class methods.

MethodDescription
CurrentRecordReturn current record from Fast/Unload as Longstring
GetNextRecordGet next record from Fast/Unload
ReportReturn Fast/Unload report contents
ReturnCodeReturn Fast/Unload return code
StateReturn state of this FastUnloadTask object

See also