Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

GO TOP - controller.setSelectedIndex(1);



Activates the record you specify provided it is in the foundset. Preferrably use the SEEK alternative. Note that a foundset is comparable with a remote view (but then without most of the disadvantages), by default the first 200 records are shown.

 

VFP code example

// go to record x
USE Customers
GOTO
100

 

Servoy code example

controller.setSelectedIndex(100);

Note: GOTO() 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