Visual RPG Language Reference  

DBFile.RecCount Property

The RecCount property gets the current number of non-deleted records in the file.

<integerVal> = dbfile.RecCount  

Property Value

<integerVal> is of type *Integer8 and contains the current number of non-deleted records in the file.

Remarks

The file must first be Opened before the record count is available.

If the file is a logical file, the record count returned is that of the base physical file.

The record count returned can differ for logical files depending upon the database engine.

Requirements

Namespace: ASNA.VisualRPG.Runtime

Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

Platforms: Windows 2000 Professional SP4, Windows 2000 Server SP4, Windows Server 2003, Windows XP Professional SP2, Windows Vista Business Edition 

See Also

ASNA.VisualRPG.Runtime
Database Class
Database Class Members
DCLDISKFILE
OPEN
RecNum Property