Home About us Development Training Support |
VFP Tutorial - Program controlFoxPro is a structured language without a GoTo statement. Program flow is controlled by selection and repetition structures: SelectionSelection structures determine whether the program should execute one section of code or another: RepetitionRepetition 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.
More...
|