VFP Tutorial - Program control


FoxPro is a structured language without a GoTo statement. Program flow is controlled by selection and repetition structures:

Selection

Selection structures determine whether the program should execute one section of code or another:

Repetition

Repetition structures determine how many times the program should execute a particular section of code:


Introduction | Environment | Project | Tables | Forms | Navigation | Executable


Hints & tips

The textbox class in Visual FoxPro 9 has a new Autocomplete property which shows the user the previous values that have been entered in that textbox.
Autocomplete in VFP 9

Your Access database will look more impressive if you add custom toolbars...
Custom toolbars

FoxPro has always had functions to read and write files at a low level...
Foxpro low level file functions

More...
More pages of hints and tips for users of Microsoft FoxPro and Access databases.

Site Map