|
Copies one table family to another function PXTblCopy (FromName : String; { source table of copy } ToName : String): Integer; { destination table of copy } Errors: PXERR_TABLEWRITEPRO 22 Table is write protected PXERR_OUTOFMEM 40 Not enough memory to complete operation PXERR_OUTOFDISK 41 Not enough disk space to complete operation PXERR_STRUCTDIFFER 81 Table structures are different PXERR_TABLEOPEN 83 Unable to perform operation on open table PXERR_INVTABLENAME 99 Invalid table name PXERR_TABLENOTFOUND 120 Table was not found PXERR_TABLEBUSY 118 Table is busy PXERR_TABLELOCKED 119 Table is locked PXERR_INSUFRIGHTS 21 Insufficient password rights |
|