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

MUSE( cFilename[, cAlias[, lExclusive ]] )

Purpose

Multi-user only. Open a DBF in a multi-user environment.

Arguments

     cFilename -- name of the DBF

     cAlias -- if passed, alias to assign to DBF

     lExclusive -- if passed, whether to open EXCLUSIVE; defaults to
                       .F.

Setup

None.

Example

     IF MUSE( "CUSTOMER" ) ...

Returns

.T. if successful, otherwise .F.

Side Effects

Opens the file.

Artful Calls

VERIFY().

Source File

AM_LOCKS.PRG

Notes

We strongly recommend that you use DB_OPEN(), CHK_DICT() and DICTOPEN() to
open your tables. Consider MUSE() a low-level, internal function.

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