| VERBatim - V17 |
| VERBatim - V6 |
| VERBatim - V125 |
| Utility Diskette # 3 - Part I |
| Version 3 Technical Highlights - Copying Rows Programmatically |
| Version 3 TCL Subroutines - Copying Rows |
| Reader's Clinic - Functions and Subroutines |
| Argument passing - Subroutines and Functions - Mike Pope |
| Version 3 Technical Highlights - Copying Rows Programmatically |
| Version 3 TCL Subroutines - Copying Rows |
| QTIPS - Command Line Options |
| QTIPS - Invalid Code and Command |
| QTIPS - Code/Command Help |
| Utility Diskette # 4 |
| Background Processing |
| Creating Your Own Background Processes |
| @ATTACK - @Index.Time |
| How Indexes Are Updated |
RevMedia FKB
| Document | V4I6A14 |
| Title | Version 3 Technical Highlights - Copying Rows Programmatically |
| Keywords | COPYROW_SUB COPY ROW |
| Text | CopyRow_Sub To copy rows programmatically the subroutine CopyRow_Sub has been added This takes five parameters identical to the corresponding TCL command as follows CopyRowSub(SourceTableName SourceRowList DestinationTableName DestinationRowList Options) where SourceTableName Source table name SourceRowList Field mark delimited list of rows to copy Use an asterisk for all rows DestinationTable Name Destination table name Leave blank for same table DestinationRow List Field mark delimited list of rows to copy to Blank for same row NAMES Options As documented WITH two additional undocumented options U and B U should be used as the last option and any text following the U will be used in the progress message on the STATUSLINE E G "U%P%% through the table" B puts TRANSACTION control on the target and treats the copy as a single TRANSACTION If any of the rows fail to copy the TRANSACTION is rolled back otherwise it is committed and the TRANSACTION control removed (Thanks to Alan Humphrey for the B docs) (Volume 4 Issue 6 Pages 10 11) |
Page last modified: 08/02/03