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_QUERY( [ @nIndex ] )

Purpose

Determine if a query is being imposed on any of the current table's
lookups.

Arguments

     nIndex -- index into THE_USUAL()'s u_depend[] array pointing
                   to the name of the first table with a query imposed on
                   it; note that this value is never used, only returned
                   back to the caller if passed by reference.

Setup

Of THE_USUAL().

Example

While in a table being administered by THE_USUAL():

     LOCAL i
     ? IS_QUERY( @i )
     ? i
     * i = first table on which a query is imposed

Returns

.T. if a query is imposed on any of the current table's lookups, else .F.

Side Effects

Nothing.

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