@ ... Get
The @ ... GET command, in its various forms, puts FoxPro 2.x-style controls on a form. A READ then activates these controls. This whole mechanism is obsolete in Visual FoxPro. Don't use it for anything new. Use the corresponding Visual FoxPro controls instead.Some controls had their names changed in this transition. Here's a list showing old FoxSpeak and new MicrosoftSpeak:
FoxPro 2.x Control Name |
VFP Control Name |
@ ... GET |
|
@ ... EDIT |
|
Check Box |
|
Invisible Button |
CommandButton (hint: Style=2) |
List or Scrollable List |
|
Popup or DropDown |
|
Push Button |
|
Push Button Set |
|
Radio Button |
|
Radio Button Set |
|
Spinner |
See Also |
@ Commands, CheckBox, ComboBox, CommandButton, CommandGroup, EditBox, ListBox, OptionButton, OptionGroup, Spinner, TextBox |