Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

SET MESSAGE TO - application.set StatusText



Set statusbar text and tooltip info.

 

VFP code example

SET STATUS BAR ON
SET MESSAGE TO "Record has been deleted"   && set status info

 

Servoy code example

application.setStatusText("Record deleted", "Record has been deleted");      
// alternatively:

globals.SET_MESSAGE_TO("Record deleted", "Record has been deleted"); 


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