| 
 
  | 
                        Tests if a named table exists                         
function PXTblExist
   (TblName          : String;                { name of table to check }
    var Exist        : Boolean): Integer;     { returns TRUE/FALSE     }
Errors: PXERR_INVTABLENAME       99  Invalid table name | 
| 
 
  |