Visit our new web pagesWe have launched a new extended set of web pages at www.alvechurchdata.co.uk. These old pages will stay on the server because people still have links to them but they will not be updated. The new version of this page is at www.alvechurchdata.co.uk/hints-and-tips/fox101structure.html. |
||
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...
|