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

HAVING( cTable, xcCcondition )

Purpose

Search cTable for a child record meeting xcCondition -- thus
implementing a one-to-many query.

Arguments

     cTable  -- name of child table

     xcCondition  -- character string specifying condition (to be
                       macro-expanded to a logical expression)

Setup

Currently this function may be called only from a query entered from the
"Directly edit query" option of THE_USUAL's Query module.

Example

     * In the CUSTOMER window of AAI,
     * enter this query spec in "Directly edit query":

     HAVING( "ORD_ITEM", "ID='AA'" )

Returns

.T. if it finds a "hit", otherwise .F.

Side Effects

None.

Artful Calls

LOOKALL()

Source File

AA_QUTIL.PRG

See Also: QUERY()

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