FoxPro create table

It is very easy to create a table in FoxPro®. If you use a version of Visual Foxpro, there is a interactive command create table

Tool&Task uses this command in the program tt_create_table(). If you use these function in the programs you add and the commands tt_open_table() and tt_release_table(), Tool&Task will keep track of all open tables.

The challenge is learning the field definitions but with the Microsoft help mentioned above, it should be no problem.

The example creates a table and adds a few records. After closing the table you should try to open it again using the m_browse form.