Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

MODI_STRU( cFilename )

Purpose

Interactively create a new .DBF or modify the structure of
an existing one.

Arguments

     cFilename -- name of a .DBF (no extension, please); if it exists,
                      its structure will be modified, otherwise, the file
                      will be created

Setup

None.

Returns

.T. if successful, else .F.

Side Effects

A new dbf will be created or an existing one modified.

Example

     MODI_STRU( "MY_DBF" )

Artful Calls

None.

Source File

AA_MSTRU.PRG

Notes

The structure of cFilename is edited in a scrolling DBEDIT() window,
with each record in the window corresponding to a field in cFilename.

This is a single-user function only. There is currently no
multi-user implementation of MODI_STRU().

In Artful.Lib v1.x, this function was called DBCREATE(). Its name has been
changed to MODI_STRU() to avoid a naming conflict with Clipper 5.0's new
DBCREATE() function.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson