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

DUST_1( [ xcDel_udf ] )

Purpose

Delete or recall the current record, and, depending on the value of
DICT->Del_status, any associated child records.

Arguments

     xcDel_udf -- if passed, code block or udf to execute after a
                      deletion or recall, else DICT->udf_del. Do
                      not include the parentheses when specifying a udf
                      name.

Setup

This function can only be called from within THE_USUAL. By default, it is
assigned to the DEL key, but some may prefer to put a Del option on
THE_USUAL's menu. Requires the dictionary.

Example

     DUST_1()

Returns

.T.

Side Effects

It may also delete child records in type "C"-related tables, depending
on DICT->Del_status.

In multi-user mode, execution depends upon obtaining locks on DICT, the
current record, and child files.

Artful Calls

STAT_LINE, VERIFY, DICTFIND, POP_MSG, SEEK_REL, GO_TO, MACROBLOCK

Source Files

AA_DUST1.PRG, AM_DUST1.PRG

See Also: DUST_EM() PACKDICT() PACKFILE()

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