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

PUSH_REL()

Purpose

Undo all relations involving the current table, and return the current
record number.

Arguments

     None.

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

Current record number.

Side Effects

Undoes all relations of the current table.

Artful Calls

None.

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