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

IS_LOOKUP( cHome, cLookup )

Purpose

Determine if cLookup is in the chain of cHome's lookups.

Arguments

     cHome -- name of the home table

     cLookup -- determine if this table is in the chain of lookups of
                    cHome

Setup

Of THE_USUAL().

Example

While in a table being administered by THE_USUAL():

     ? IS_LOOKUP( "CUSTOMER", "ORDERS" )

Returns

.T. if cLookup is in the chain of cHome's lookups, else .F.

Side Effects

Crash if not called from within a session of THE_USUAL().

Artful Calls

LOOKUPS

Source File

AA_RELAT.PRG

See Also: THE_USUAL() SET_RELAT() LOOKUPS()

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