RequestData Method

Example   Applies To    See Also

Creates an array containing data from a table open in an instance of Visual FoxPro.

Syntax

ApplicationObject.RequestData([nWorkArea | cTableAlias] [, nRecords])

Returns

Array

Settings

nWorkArea

Specifies the work area number of the table from which data is stored in the array. If you omit cTableAlias and nWorkArea, data from the table open in the current work area is stored in the array.

cTableAlias

Specifies the alias of the table from which data is stored in the array.

nRecords

Specifies the number of records stored in the array, starting from the current record. If nRecords is omitted and sufficient memory is available, all records, starting from the current record, are stored in the array.

Remarks

Use the RequestData method to retrieve data from an instance of Visual FoxPro.