Some FoxPro 2.6 functionality is different in Visual FoxPro.
Feature | FoxPro 2.6 Behavior | Visual FoxPro Behavior |
CLEAR ALL | Releases everything except system variables. |
Releases everything except objects currently in use and system variables. |
Consecutive @ ... GET commands that create overlapping controls. |
Controls are overlapped from top (first defined) to bottom (last defined). |
Controls are overlapped from bottom to top. To change, see Checking Code After Conversion. |
@ ... GET controls | Accept data only to the size of the associated field. |
Accept data to the size of the control mask. Use an input mask to restrict input to the field size. |