Visual FoxPro Commands, Functions, Class Names, or Properties that have similar or equivalent functionality in dBASE Plus VFP Command dBASE Plus Equivalent ====================================================================================================== @ ... BOX Command Rectangle Class @ ... EDIT - Edit Boxes Command Editor Class @ ... GET - Check Boxes Command CheckBox Class @ ... GET - Combo Boxes Command ComboBox Class @ ... GET - Command Buttons Command Pushbutton Class @ ... GET - List Boxes Command ListBox Class @ ... GET - Option Buttons Command RadioButton Class @ ... GET - Spinners Command SpinBox Class @ ... GET - Text Boxes Command EntryField Class @ ... MENU Command MenuBar and Menu Classes @ ... SAY - Pictures & OLE Objects Command Image and OLE Classes @ ... SAY Command Text and TextLabel Classes \ | \\ Command ? | ?? Commands APPEND GENERAL Command APPEND MEMO or replaceFromFile() method BEGIN TRANSACTION Command BEGINTRANS() function or begintrans() method BUILD APP Command Use BUILD to create an .exe CHANGE Command EDIT DECLARE - DLL Command EXTERN DEFINE BAR Command Use MENU Class DEFINE BOX Command Use Rectangle Class DEFINE CLASS Command CLASS ... ENDCLASS DEFINE MENU Command Use MENUBAR Class DEFINE PAD Command Use MENU Class DEFINE POPUP Command Use POPUP Class DEFINE WINDOW Command Use FORM Class DELETE - SQL Command Use rowset.delete() or SQLEXEC() DISPLAY PROCEDURES Command Use set("PROCEDURE", ) to display nth procedure DISPLAY TABLES Command Use DIR for currently open database DO FORM Command DO
DOEVENTS Command _app.executeMessages() END TRANSACTION Command COMMIT() INSERT Command INSERT INTO or APPEND LABEL Command DO