Visit Gigasoft's Web Site
 ProEssentials v9 Help

ExportText Method

Scope All ProEssentials Interfaces

 

ExportText (nExportPrecision, nTableOrList, nDataAndOrLabel, nTabOrComma nTableStyle, szFile) As Boolean

 

nExportPrecision

0 = Current
1 = Maximum

nTableOrList

0 = List (recommended)
1 = Table

nDataAndOrLabel

0 = Data
1 = DataAndLabel

nTabOrComma

Used only when nTableOrList = 0 or List
0 = TabDelimited
1 = CommaDelimited

nSubsetByPoint

Used only when nTableOrList = 1 or Table
0 = SubsetByPoint
1 = PointBySubset

szFile

File name, or if an empty string export is sent to clipboard

 

This function exports the chart's data in a textual format that can imported into Excel, Notepad, and other software. This function performs the programmatic function of TextExport dialog without dialog intervention.

 

Returns

True if the function was successful, otherwise False

 

Comments

Function returns False upon an error, else returns True.

 

This method is a wrapper to the PEexporttext DLL call.

 

See Also: OCX Methods