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

DDB_OPEN( cTable[, lQuick ] )

Purpose

Opens a table using the dictionary for information.

Arguments

     cTable -- name of table to open

     lQuick -- if .T., skip call to CHK_DBF()

Setup

The dictionary file is open. The file in question was not opened at load
time (i.e. its Open_it field in the dictionary contains .F.).

Example

     ? DDB_OPEN( "CUSTOMER" )

Returns

.T. if _table and indexes are successfully opened, else .F.

Side Effects

cTable is left open and indexed.

Artful Calls

IS_OPEN, DB_OPEN, DICT_FIND, STRINT, POP_MSG

Source File

AA_DDOPN.PRG

See Also: DICTOPEN() DB_OPEN() IS_OPEN() DICTFIND()

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