The "ExportWizard" object represents a wizard for the export of data. This wizard asks for all the necessary information that is needed for the export. The "ExportWizard" object must be newly created and then has to be initialized with the input data.

Example:
' create a new "ExportWizard" object
Dim Wiz As New ExportWizard

' other way to create the object
Dim Wiz As ExportWizard
Set Wiz = New ExportWizard
MemberDescription
GetHotkeyPositionsArray Returns the array of column positions of the hotkey data to be exported.
GetHotkeyPositionsArray(Array As Variant)
GetLanguagePositionsArray Returns the array of column positions of the language data to be exported.
GetLanguagePositionsArray(Array As Variant)
GetLanguagesArray Returns the array of languages to be exported.
GetLanguagesArray(Array As Variant)
GetNotePositionsArray Returns the array of column positions of the note data to be exported.
GetNotePositionsArray(Array As Variant)
GetStatePositionsArray Return the array of column positions of the state data to export
GetStatePositionsArray(Array As Variant)
SetPreviewArray Sets the array with data for the preview.
SetPreviewArray(Array As Variant)
SetTargetLanguages Sets the array with target language codes.
SetTargetLanguages(Array As Variant)
Show Makes the export wizard dialog visible. Returns True if the Wizard is finished with the "Ok" button, False otherwise.
Show() As Boolean
Append Sets if the export data should to appended to an existing file or not.
ExportHotkey Returns whether the hotkeys should be exported.
ExportNote Returns whether the notes should be exported.
ExportState Returns whether the state of the translation units should be exported.
Filename Sets the name of the file for the export.
PositionMainResname Returns the column position of the main resource name data.
PositionResname Returns the column position of the resource name data.
PositionRestype Returns the column position of the resource type data.
PositionSource Returns the column position of the source language data.
PositionSourceFilename Returns the column position of the source file name data.
PositionSourceHotkey Return the column position of the source hotkey data
Separator Returns the separator or gets it. The "ShowSeparator" property must be set to "True" for the use of a separator.
ShowSeparator Sets if the separator group box with the separator options should be visible or not. If the "ShowSeparator" property is set to True a separator must be set.
SourceLanguageCode Sets the source language code.
WithQuestionMarks Returns whether the texts should be put in question marks for the export. This option is only relevant if the "ShowSeparator" is set to True.


Last Updated: 07/26/05