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

GET_RELKEY( cAlias, cLookup )

Purpose

Get the key which relates two work areas.

Arguments

     cAlias -- name of the table which needs the lookup relation

     cLookup -- name of the lookup area

Setup

Of THE_USUAL().

Example

While in a table being administered by THE_USUAL():



     ? GET_RELKEY( "CUSTOMER", "ORDERS" )

Returns

The key relating cAlias and cLookup.

Side Effects

Crash if not called from within THE_USUAL().

Artful Calls

AEMPTY

Source File

AA_RELAT.PRG

See Also: THE_USUAL() SET_RELAT()

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