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

POP_REL( _recno )

Purpose

Restore the relational state for the current table as documented in DICT,
and return to _recno.

Arguments

     _recno -- record number saved from a previous call to PUSH_REL()

Setup

PUSH_REL and POP_REL() assume the dictionary definitions
of relations as used by SET_RELAT().

Example

     LOCAL _recno : PUSH_REL()   && undo all relations
     * Now do something to the whole file...
     POP_REL( _recno )           && restore relational state

Returns

.T.

Side Effects

Sets relations documented in the dictionary.

Artful Calls

SET_RELAT.

Source File

AA_RELAT.PRG

See Also: PUSH_REL()

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