| 
 
  | 
      Tests if any of a table's internal buffers are out of synch due to      
                concurrent use by another user on the network                 
function PXNetTblChanged
   (TblHandle        : TableHandle;           { table to test      }
    var Changed      : Boolean): Integer;     { returns TRUE/FALSE }
Errors: PXERR_INVTABLEHANDLE     76  Invalid table handle
        PXERR_NONETINIT         107  Engine not initialized with PXNetInit | 
| 
 
  |