Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

? - application.output()



Evaluates expressions and sends the results to output location (main screen in VFP or the Debug Console in Servoy).

 

VFP code example

? "Hello"

** shows Hello in the Visual FoxPro background screen (_Screen)

 

Servoy code example

application.output("Hello") ;

// shows Hello in the Debug Console
// if you don't see it press Alt+Shift+Q, C

 

 

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