Routines for i_xtract.kb


ExportDataForTables

File Name

i_xtract.kb

Syntax

None

Parameters

listOfTables: List of tables to export

Returns

None

Side Effects

None

Description

This function will export all data from the table list provided. All columns from each table will be exported. The function FormatTableDataAsCSV will export the following header information for each table [Table Name, Column Names, Column Data Types

Dialog Forms Called

None


ProcessFileExtract

File Name

i_xtract.kb

Syntax

None

Parameters

selectedMenuNumber: Menu number selected by user

Returns

None

Side Effects

None

Description

This function takes the menu number, determines the appropriate action to be taken and then calls the ExportDataForTables function with the appropriate table list.

Dialog Forms Called

export.dfc[organization_export]


RequestExportUtility

File Name

i_xtract.kb

Syntax

RequestExportUtility

Parameters

None

Returns

Nothing

Side Effects

None

Description

System action for export utility.

Dialog Forms Called

None