12-12-2019 02:35 AM
hi,
is there a way to open the import wizard from script and/or can i choose it as "dataplugin" in the DataFileLoad function?
greetings 😎
Solved! Go to Solution.
12-13-2019 12:49 AM
Hello NoNameVBS,
No, it is not possible to open the DataPlugin wizard via script. The command DataFileLoad supports importing any file for which a DataPlugin exists, but it is not used as a wizard.
Greetings
Walter
12-13-2019 01:57 AM
Hi,
Walter is right that you cannot use the import wizard as DataPlugin for the command DataFileLoad.
However, you can start the import wizard from script as follows:
WizardStart("WizDataPlugin")