Tutorial by Examples

Detailed instructions on getting visual-foxpro set up or installed.
In all languages traditionally the first example is printing "Hello World". Probably doing that is easiest in VFP: ? "Hello World"
A simple way to catch unhandled errors (exceptions) in a VFP application is to use the ON ERROR command near the beginning of your main program. The following ON ERROR command calls a method in the current program called "errorHandler". The values returned by ERROR (the VFP Error Number),...

Page 1 of 1