Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

RECCOUNT() - foundset.getSize()



Returns the number of records in the specified foundset.

 

VFP code example


? RECCOUNT(  && returns the number of records in the current table
? RECCOUNT("customers")  && returns the number of rows in customers table

 

Servoy code example

foundset.getSize();  // returns the number of rows in the foundset !!

databaseManager.getFoundSetCount(foundset); // number of rows in the table

// Alternatively:

globals.RECCOUNT(foundset);    // returns the number of rows 

Note: RECCOUNT() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com