Visual FoxPro is a large and mature language with a wide choice of
commands and functions. Many were introduced in earlier versions of
the language and have been carried through from FoxBase to VFP.
This means that it can sometimes be difficult to find just what
you want in the Help system when you are starting to learn the
language. This is a list of some of the more useful commands
and functions.
The distinction between commands and functions is that commands
do something whereas functions just return a value to be displayed
or used in another command.
display a colour picker and return the code for the colour chosen.
ISNULL()
return .T. if field or variable <name> is a null.
TYPE()
return a code showing whether <name> is numeric, text, etc.
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