Home Search

DriveWorks Pro 21
Move a Row in a Simple Table

Send Feedback

Move a Row in a Simple Table

This Specification Flow Task allows you to move the position of a row in a Simple Table.

Properties

Property NameDescription
Simple Table NameThe name of the DriveWorks Project Simple Table in which the row will be removed.
Row NumberThe row number to be moved.
Move OptionThe direction to move the row (MoveUp, MoveDown, MoveToTop or MoveToBottom)
Table Has HeadersTRUE if your table has headers that you do not want to include in the move, FALSE for the top row to be included

Status Outputs

This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.

The status output navigation is as follows:

Success

  • MoveToTop - Row number given is already at the top of the table
  • MoveToTop - Row has been moved to the top of the table
  • MoveToBottom - Row number given is already at the bottom of the table
  • MoveToBottom - Row has been moved to the bottom of the table
  • MoveDown - Row has been moved down
  • MoveUp - Row has been moved up

Success with Warnings

  • N/A

Failed (one of the following occurred).

  • The move option given is invalid. The value must be one of the following:

    MoveUp, MoveDown, MoveToTop or MoveToBottom

  • The table does not exist
  • Row number given is less than 1
  • Row number given is greater than the current number of rows in the table
  • Unknown error - See Specification Report for details