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

MRPL( [ cPrefix[, lRelflag ]] )

Purpose

Multi-user only. REPLACE routine which implements its
own locks, for situations where GET_STD2() has not been
called.

Arguments

     cPrefix -- if passed, character prefix for memvars, default 'm'

     lRelflag -- if passed, whether to propagate key changes to related
                   tables, default .T.

Setup

Of THE_USUAL().

Example

     * Insert code to declare and initialise memory variables
     * Insert code to get the values, ie. via GET statements
     RETURN IF( READ_IT(), MRPL(), .F. )

Returns

.T. if successful, otherwise .F.

Side Effects

Replaces fields.

Artful Calls

LOCKFILE(), LOCKREC()

Source File

AM_MRPL.PRG

See Also: RPL()

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