[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            TAGIT()
Action              Allows tagging of dbf records for later action
Returns
Category            Metafunction
Syntax              TAGIT(<array1>,[array2],[array3])
Description         Performs a no-touch tag on records in the dbf.
                    It does this by filling <array1> - an array
                    which you need to initialize to the max # of
                    records you want to tag - with tagged record
                    numbers.

                    DBEDIT() is called with a UDF to show on
                    screen what records have been tagged.

                    Ascan may then be used with the array to
                    evaluate to a logical condition for searches,
                    copies, printing etc. with the general
                    syntax of: (ascan(<array1>,recno()) > 0)


Options             [array2] and [array3] may be passed as fields
                    and field descriptions. These are then passed
                    to DBEDIT() as the fields and titles arrays.

Examples            private tag[100]
                    tagit(tag)
                    copy to temp for (ascan(tag,recno()) > 0)

Found in (prg)......S_TAG.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson