icTableName | input | character | |
icPrepare | input | character | Progress for each statement defining what record(s) must be copied. |
icFieldList | input | character | Comma seperated list of field names to update. This list should always contain at least one field of every unique index defined on the updated table. |
icFieldListDataTypes | input | character | |
icUpdateValue | input | character | chr(2) seperated list of values to write to the fields of icFieldList. The same value(s) will be written to each record to update. |
ihClass | input | handle | |
icUserLogin | input | character | |
oiReturnStatus | output | integer | Return status of the method. |