|
|
Finds the number of fields in a table
function PXRecNFlds
(TblHandle : TableHandle; { table to get # of fields from }
var NFlds : Integer): Integer; { returns # of fields in record }
Errors: PXERR_INVTABLEHANDLE 76 Invalid table handle |
|
|