GetOutputDS()
Description
Description
Returns the output data source object.
Syntax
Syntax
Function GetOutputDS( reserved )
Parameters
Parameters
string reserved - reserved for future use (optional, default = "").
Return value
Return value
object - an output data source object, see data source for details.
An exception is thrown in case of errors.
Example
Example
Dim TextConverter, DS
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.OpenProject( "C:\data\Test.ConverterX" )
Set DS = TextConverter.GetOutputDS()
DS.SetDS( "c:\data\output.dbf" )
TextConverter.Convert()Â
TextConverter.SaveProject( "C:\data\Test.ConverterX" )
See also
See also