Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Hello World



As a tradition the first thing most developers want to try in a new development environment is the classic "Hello World" program which usually consists of only one or two lines of code.

 

VFP code example

Messagebox("Hello World!",64)

 

Servoy code example

plugins.dialogs.showInfoDialog("Servoy", "Hello World!")

 

Conclusion

Whereas Visual FoxPro makes use of the Messagebox function Servoy makes use of the dialogs plugin. Note that this only works in the Smart Client and not in the Web Client. There are plugins available however which work in both environments.

 

As you can see the code example in VFP requires less code but you have to specify which icon to use by adding a number. In Servoy a Info dialog has an info icon, a Question dialog has a questionmark icon etc.

 

Also adding buttons and responding to button actions in the dialog is easier in Servoy but I'll show you about that in a later sample.

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