Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

SYS(0) - globals.SYS(0)



returns network machine information when using Visual FoxPro in a network environment. The same functionality is available by using ID().

 

VFP code example

? SYS(0)                      // returns machine id and user id

 

Servoy code example

application.getHostName() + " # " + security.getSystemUserName()

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