TriggerImport
Use this command in a pre-macro if you want to create a Standard Import Routine which does not use a default data structure. This allows the user to select the file for the import immediately after selecting the Standard Import Routine. If you do not use this command, at first an (empty) dialog box is shown after selecting the Standard Import Routine. After closing the dialog box by clicking Import the user can select the file.
Compatibility
Available as of IDEA version 12.0
Syntax
SmartContext.TriggerImport = True
Type
Boolean
Example
Option Explicit 'Pre-Macro Sub Main() SmartContext.TriggerImport = True End Sub