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

DUST_EM( [ cAlias, cFilename ] )

Purpose

Pack a table or all open tables.

Arguments

     cAlias -- if not passed, packs all open tables, else the alias of
                   the table to pack

     cFilename -- if passed and alias of table to pack is also passed,
                      this parameter specifies the actual dbf name of the
                      table to pack; if not passed and alias of table is
                      passed, the filename will be determined by the
                      application dictionary, or failing that, will be
                      equivalent to the alias; else all open files are
                      packed

Setup

Table is open if passed. Artful functions always open tables in adjacent
work areas.

Returns

.T. if successful, else .F.

Side Effects

Crash if no table open or bad table passed.

Artful Calls

PACKFILE

Source File

AA_DUSTM.PRG

See Also: DUST_1() PACKDICT() PACKFILE()

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