ChicagoDan
Programmer
I am working with a Visual Foxpro application. I am VERY new to Visual Foxpro and can't seem to get the command and syntax I need. The application has a command window that will accept any VFP command. I am trying to manipulate the data in one of the free tables used by the application. So far my command looks like:
DELETE FOR SCREEN="PRESORT"
APPEND FROM "c:\Accuzip6 4.0\support\azsettings_new.dbf" FOR SCREEN="PRESORT"
The problem is I am always prompted for a table name in an Open dialog box. How can I open the table azsettings.dbf before I do the delete so that I don't get prompted for the table name.
TIA
DELETE FOR SCREEN="PRESORT"
APPEND FROM "c:\Accuzip6 4.0\support\azsettings_new.dbf" FOR SCREEN="PRESORT"
The problem is I am always prompted for a table name in an Open dialog box. How can I open the table azsettings.dbf before I do the delete so that I don't get prompted for the table name.
TIA