Edit an element in a table
──────────────────────────────────────────────────────────────────────────────

Syntax

GT_TableGet(<oBrowse>,<aGets>,[<lIns>],[<lDel>]) - lContinue

Arguments:

<oBrowse> is the object passed from the Browse. From
this the element of the <aGets> is derived. If this
is not an Object then is it assumed to be a number
to use directly.

<aGets> is an array of Gets ready for reading.

<lIns> allow inserts to a data file.

<lDel> allow deletions from the datafile.

Returns:

lContinue

Description:

Edit an element in a table

Examples:

Source: GT_TABLE.PRG

Author: Martin Bryant